i need Help with player pos. REP ++
#2

pawn Код:
if(strcmp(cmdtext, "/pause", true) == 0)
{
OnPlayerPause(playerid);
new string[120];
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string), sizeof(string), "%s is now AFK", sendername);
SendClientMessageToAll(COLOR_WHITE, string);
}
if(strcmp(cmdtext, "/back", true) == 0)
{
new string[120];
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string), sizeof(string), "%s is now Back from AFK", sendername);
SendClientMessageToAll(COLOR_WHITE, string);
}
Reply


Messages In This Thread
i need Help with player pos. REP ++ - by Configuration - 09.04.2013, 12:27
Re: i need Help with player pos. REP ++ - by ScripteRMKD - 09.04.2013, 12:31
Re: i need Help with player pos. REP ++ - by Configuration - 09.04.2013, 12:33
Re: i need Help with player pos. REP ++ - by Riddick94 - 09.04.2013, 12:41
Re: i need Help with player pos. REP ++ - by Configuration - 09.04.2013, 12:48
Re: i need Help with player pos. REP ++ - by Riddick94 - 09.04.2013, 13:26
Re: i need Help with player pos. REP ++ - by Configuration - 09.04.2013, 15:04
Re: i need Help with player pos. REP ++ - by woot - 09.04.2013, 15:08
Re: i need Help with player pos. REP ++ - by Configuration - 09.04.2013, 15:09
Re: i need Help with player pos. REP ++ - by Riddick94 - 09.04.2013, 15:09

Forum Jump:


Users browsing this thread: 2 Guest(s)