20.07.2011, 23:13
(
Последний раз редактировалось JaTochNietDan; 20.07.2011 в 23:49.
Причина: Use the edit button.
)
ok guys i have this
i need to make to detect the id of the player and give him rights to vip can some one help me with that....
and after i need to make the rights save in some file and when he connect again in the server to have the same rights...
hope u understand me...
Thanks.
please some one help me i stop here and cant go ahead.. :/
pawn Код:
if(strcmp("/giveviprights", cmdtext, true, 10) == 0)
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0x0000000, "You cant use this command.");
return 1;
}
and after i need to make the rights save in some file and when he connect again in the server to have the same rights...
hope u understand me...
Thanks.
pawn Код:
ZCMD:giveplayerrights(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0x0000000, "You can't use this command.");
return 1;
}