08.07.2012, 16:49
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;
}
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;
}