#1

Hello
help me please... i am use a rank system...

So... My Rank Is Pilot.
but when i login only show Login Tuntun..

But i want to show my rank like: Pilot Tuntun Login.
Please help... how to add this?
Also.. i am script some thing and i see no effect
i script this:
if(strcmp(cmd, "/jetpack", true) == 0)
{
if(PInfo[playerid][AdminLevel] > 2)
{
SendClientMessage(playerid, COLOR_WHITE, "You have jetpack now!");
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE JETPACK);
return 1;
}
else
{
SendClientMessage(playerid, COLOR_ERROR, "You are not an administrator or server Owner!");
return 1;
}
Reply


Messages In This Thread
Help - by Tuntun - 08.07.2012, 16:49
Re: Help - by coole210 - 08.07.2012, 18:00
Re: Help - by jaami - 08.07.2012, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)