30.05.2014, 03:33
pessoal preciso de uma ajuda grand ja antes dando umas pesquisada mais nao consegui achar como faz pra mim deixa este comando para vips e admin usa
PELO O QUE EU SEI O DE VIP E ASSIM
MAIS EU QUERO DEIXA PRA ADM E VIP USA
PHP код:
COMMAND:jetpack(playerid, params[])
{
// Send the command to all admins so they can see it
SendAdminText(playerid, "/jetpack", params);
// Check if the player has logged in
if (APlayerData[playerid][LoggedIn] == true)
{
// Check if the player's admin-level is at least 3
if (APlayerData[playerid][PlayerLevel] >= 2)
{
// Equip the player with a jetpack
SetPlayerSpecialAction(playerid, 2);
}
else
return 0;
}
else
return 0;
// Let the server know that this was a valid command
return 1;
}
Код:
if ( !IsPlayerVIP(playerid)) return SendClientMessage(playerid, Default, "[Erro]{FFFFFF} Vocк nгo й vip.");