Skip to content

Commit

Permalink
Updating Map String
Browse files Browse the repository at this point in the history
  • Loading branch information
RumbleFrog committed May 13, 2017
1 parent faf27bb commit 3f43c72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fetchgdata.sp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#pragma dynamic 32768

#define PLUGIN_AUTHOR "Fishy"
#define PLUGIN_VERSION "1.2.5"
#define PLUGIN_VERSION "1.2.6"

#define Web_ID "FetchGData"

Expand Down Expand Up @@ -78,6 +78,11 @@ public void OnLibraryAdded(const char[] name)
}
}

public void OnMapStart()
{
GetCurrentMap(sMap, sizeof(sMap));
}

public bool OnWebRequest(WebConnection connection, const char[] method, const char[] url)
{
char address[WEB_CLIENT_ADDRESS_LENGTH];
Expand Down

0 comments on commit 3f43c72

Please sign in to comment.