09.05.2014, 05:02
Hello, im really confused with this
I want the /givetoken
and it will increase the token value of player depends on token value i type
I want the /givetoken
and it will increase the token value of player depends on token value i type
pawn Code:
CMD:givetoken(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] == 6)
{
new giveplayerid;
new string[128];
if(sscanf(params, "ud", giveplayerid)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /givetoken [playerid/partofname] [token value]");
format
}
}