26.05.2013, 03:10
Quote:
No Pics??
Dude, people want to see your script instantly, ain't nobody got time to install it then see it in game! :P |
pawn Code:
new string[128];
format(string,sizeof(string),"%s(%d) Is now AFK 'Away From Keyboard'", PlayerName(playerid), playerid);
SendClientMessageToAll(COLOR_GREEN, string);
And indeed the players can be killed if he use your script because the player toggle controllable is not here to give unlimited hp's, but only to freeze the players (y). So you will need to set the players to infinite health. Like Pottus said.