03.11.2015, 11:51
Код:
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; }
Код:
C:\Users\Alex\Desktop\Serioux RPG V0.5I\gamemodes\serioux2.pwn(18860) : error 075: input line too long (after substitutions) C:\Users\Alex\Desktop\Serioux RPG V0.5I\gamemodes\serioux2.pwn(18861) : error 037: invalid string (possibly non-terminated string) C:\Users\Alex\Desktop\Serioux RPG V0.5I\gamemodes\serioux2.pwn(18861) : error 017: undefined symbol "ffffff" C:\Users\Alex\Desktop\Serioux RPG V0.5I\gamemodes\serioux2.pwn(18861) : warning 217: loose indentation C:\Users\Alex\Desktop\Serioux RPG V0.5I\gamemodes\serioux2.pwn(18861) : error 017: undefined symbol "Pentru" C:\Users\Alex\Desktop\Serioux RPG V0.5I\gamemodes\serioux2.pwn(18861) : fatal error 107: too many error messages on one line