Adminscript
#3

Quote:
Originally Posted by wiilweer
Hmm since I'm newbie scripter and we have faster commands like dcmd and zcmd, i can do this, but strtok...nope .

DCMD:

pawn Код:
dcmd_makepilot(playerid, params[])
{
new otherid;
if sscanf(params, "u", otherid) return SendClientMessage(playerid, COLOR_GREY, "USAGE: makepilot: ID");

if (!(IsPlayerAdmin(playerid))) return SendClientMessage(playerid, COLOR_GREY, "You must be admin!");

SendClientMessage(playerid, 0xFF6600AA, "That player is now pilot!");
SetPlayerSkin(playerid, 61);
return 1;
}
Not works, standing ingame: Unknown Command
Reply


Messages In This Thread
Adminscript - by icorne - 14.01.2010, 09:58
Re: Adminscript - by wiilweer - 14.01.2010, 10:05
Re: Adminscript - by icorne - 14.01.2010, 10:19
Re: Adminscript - by icorne - 14.01.2010, 10:51
Re: Adminscript - by wafffllesss - 14.01.2010, 11:22
Re: Adminscript - by icorne - 14.01.2010, 11:30
Re: Adminscript - by wafffllesss - 14.01.2010, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)