[Help] Error
#7

pawn Код:
CMD:changename(playerid, params[])
{
new string[36];
if(sscanf(params, "s[36]", string)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /changename [new name]");
SetPlayerName(playerid, string);
GivePlayerMoney(playerid, -5000);
SendClientMessage(playerid, -1, "You have changed your name");
return 1;
}
rep me if i helped you thnx
Reply


Messages In This Thread
[Help] Error - by Andy5 - 19.07.2015, 23:20
Re: [Help] Error - by McDzuna97 - 19.07.2015, 23:26
Re: [Help] Error - by jamesmith12 - 19.07.2015, 23:28
Re: [Help] Error - by Andy5 - 19.07.2015, 23:28
Re: [Help] Error - by Andy5 - 19.07.2015, 23:38
Re: [Help] Error - by jamesmith12 - 19.07.2015, 23:45
Re: [Help] Error - by simo0000 - 19.07.2015, 23:46
Re: [Help] Error - by Andy5 - 19.07.2015, 23:59

Forum Jump:


Users browsing this thread: 1 Guest(s)