Command help
#3

pawn Код:
SendClientMessage(playerid, playeridn, "You removed %s from the vehicle.", playeridn); // and this message for the admin
Should be more like
pawn Код:
new targetid, string[256], string2[256], playeridn[MAX_PLAYER_NAME], targetidn[MAX_PLAYER_NAME];
pawn Код:
format(string2, sizeof(string2), "You removed %s from the vehicle.", playeridn); // and this message for the admin
SendClientMessage(playerid, string2);
Reply


Messages In This Thread
Command help - by DaYviSoN - 06.05.2014, 13:44
Re: Command help - by Konstantinos - 06.05.2014, 13:49
Re: Command help - by Nathan_Taylor - 06.05.2014, 13:51
Re: Command help - by DaYviSoN - 06.05.2014, 14:00
Re: Command help - by Nathan_Taylor - 06.05.2014, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)