28.09.2011, 16:34
pawn Код:
if(strcmp(cmd, "/adminjetpack", true) == 0)
{
if(!IsPlayerAdmin(playerid)) return 0;
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreatePickup(370, 3, X, Y, Z);
SendClientMessage(playerid, COLOR_GREEN, "Jet Pack Created.");
return 1;
}
If the player is admin return the message?
Check the signs! (: