Help me with this script please
#4

Okay, first you'll need to define a new integer (I guess that's by using #define. I'm sorry but I'm kinda new to PAWN. I can understand it just because I'm a C programmer :/ )

Then you make a command that changes it

for example:

Quote:

if(strcmp(cmd, "/changerank", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 0)
{
(The integer responsible for the rank of ID of the player you entered changes)
}
}
return 1;
}

Reply


Messages In This Thread
Help me with this script please - by Deathtitan778 - 11.10.2011, 17:52
Re: Help me with this script please - by TheNavigator - 11.10.2011, 20:23
Re: Help me with this script please - by Deathtitan778 - 12.10.2011, 02:44
Re: Help me with this script please - by TheNavigator - 12.10.2011, 20:15
Re: Help me with this script please - by grand.Theft.Otto - 12.10.2011, 22:53
Re: Help me with this script please - by Deathtitan778 - 18.10.2011, 19:20

Forum Jump:


Users browsing this thread: 1 Guest(s)