Advertisement
Ewolutions

Version Checker

Mar 20th, 2012
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.31 KB | None | 0 0
  1. new string[9],str[64];
  2. GetServerVarAsString("version", str, sizeof(str));
  3. GetPlayerVersion(playerid,string, 9);
  4. if(strcmp(string,str)!=0)
  5. {
  6.     ShowInfoBoxForPlayer(playerid,5,"~w~Server bezi na ~r~novejsi ~w~verzi nez vas ~r~klient~w~!!");
  7.         ShowInfoBoxForPlayer(playerid,5,"~w~Aktualizujte ~r~prosím~w~!!");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement