03.11.2015, 11:55
PHP код:
CMD:premium(playerid, params[])
{
if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
if(IsPlayerConnected(playerid))
{
new string[556];
format(string,sizeof(string),"{FFFFFF} Pentru a achizitiona un cont premium ai nevoie de {FF0000}20 lei - 5 euro{FFFFFF}.\n{FF0000}De ce beneficiezi daca ai cont premium? Mai jos ai lista cu detaliile.{FFFFFF}\n1. Vei primi un slot in plus pentru masina.\n2. Vei avea acces la comanda [/music] din alhambra.\n3. Vei avea interesul 0.2.\n4. Vei primi 2 respect points la 5 ore pe server.\n5. Poti sa iti blochezi whisper-url [/togwhisper].\n6. Poti porni motorul vehiculelor de pe tasta 2.\n7. Poti sa iti repari masina odata la 30 min cu [/vipfix].");
ShowPlayerDialog(playerid, DIALOG_PREMIUM, DIALOG_STYLE_MSGBOX, "Premium account:", string, "Close", "");
}
return 1;
}