17.06.2014, 13:33
Hello,
I forgot usage.
I got this code
How will I add the message "[INFO] Player (player's name) is now AFK!"? Also help me at (player's name)i dont remember how to add his name to be shown.
+1 Rep will be given!
I forgot usage.
I got this code
Код:
if (strcmp("/afk", cmdtext, true) == 0) { SendClientMessage(playerid, 0xFFFF00C8 , "You have activated AFK mode,Use /back to return to the game!"); SetPlayerHealth(playerid, 1000000000); TogglePlayerControllable(playerid,0); return 1; }
+1 Rep will be given!