08.03.2011, 18:08
Quote:
Wow thanks!
And yeah how can i make it like "Admin Markx has given para to all" but to other names please? |
pawn Код:
new string[ 128 ], pName[ 24 ];
GetPlayerName( playerid, pName, 24 );
format( string, sizeof string, "Admin %s has given all players a parachute", pName );
SendClientMessageToAll( COLOR, string );