02.09.2010, 05:45
Quote:
|
That's some seriously sucky code there, you're checking if the player who executed the command is connected. Of course he is lol.
|
if(strcmp, cmd, "/recruit", true) == 0)
{
if(IsPlayerConnected(playerid)) // Check the given playerid if hes connected


