help with setplayercolor();
#6

pawn Код:
new id, colour, query[128];
if(sscanf(params,"ix",id,colour)) return SendClientMessage(playerid, red, "USAGE:/ocolour [id] [colour]");
format(query, sizeof(query), "UPDATE orgs SET Colour='%d' WHERE ID=%d",colour,id);
pawn Код:
ocolour[playerid]=strval(field[2]);
Reply


Messages In This Thread
help with setplayercolor(); - by THE_KNOWN - 05.02.2011, 12:56
Re: help with setplayercolor(); - by Vince - 05.02.2011, 13:36
Re: help with setplayercolor(); - by THE_KNOWN - 05.02.2011, 13:37
Re: help with setplayercolor(); - by THE_KNOWN - 05.02.2011, 14:05
Re: help with setplayercolor(); - by Zack9764 - 05.02.2011, 14:21
Re: help with setplayercolor(); - by MadeMan - 05.02.2011, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)