Jump to content

kenveloo

Membru
  • Posts

    36
  • Joined

  • Last visited

Everything posted by kenveloo

  1. Salut, imi da in serverlog urmatoarele probleme: sscanf warning: Unenclosed specifier parameters are deprecated, consider using something like p<<>. [13:44:35] sscanf warning: Format specifier does not match parameter count. [13:44:35]
  2. C:\Users\iKyro\Desktop\rsd-rpg.pwn(13885) : error 017: undefined symbol "aVar" eroarea asta o da la compilare... cum definesc aVar? am incercat sa iau de la alt gm dar nu e nici la include nici la define nicaieri.. help??
  3. Recomanzi. Dar link-ul de download nu merge..
  4. Am o intrebare cand bag ceva in filezilla in server de ex ieri am bagat gmu si daca dau restart se trece svr pe offline si nu il pot porni nici cum se porneste mai incolo automat... e normal? https://imgur.com/XCitxXF
  5. Freemysqlhosting.net e bun? ?
  6. Un site de ... host sau cum? Ca nu inteleg =))
  7. Am o problema cam nasoala sa zicem ca un baiat nu avea ce face cu un host de sa mp de la o firma mi l a dat la reducere. Mi a dat datele de la ftp si cand il intreb de phpmyadmin zice ca el stie ca nu are serveru. Si cum mai bag baza de date ??? Help cat mai rpd ms!!
  8. Nu,nu asta vreau vreau ca in shop sa fie adaugat ADMIN 1 FREE sa isi poata lua price player
  9. Wster RPG l-am luat de aici de la gamemoduri
  10. Nu te-am intrebat nimic... Doar zi-mi cum
  11. Daca stie cineva, cum pot adauga admin free in shop (la pp sa scrie FREE) ?
  12. Numele meu de pe sa-mp e rollercaster..
  13. Am compilat, am pus amx pe host, nu am dat restart. Revin cu reply daca merge
  14. Nu cred ca e bine ... Mi-am pus numele Rollercaster si nu merge.. Trebuia un restart la svr? public EstiFondator(playerid) { if(IsPlayerConnected(playerid)) { new nume[512]; GetPlayerName(playerid, nume, sizeof(nume)); if((strcmp(nume, "Rollercaster", true) == 0)) { return 1; } } return 0; }
  15. Cum ma pot conecta ca fondator adica la gm-ul meu nu pot sa fac pe cineva mai mare de a4 decat daca sunt fondator .. CMD:setadmin(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first."); if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 6 || EstiFondator(playerid)) { new id,adminlevel,sendername[30],giveplayer[30],string[200],escape[200]; if(sscanf(params, "ui",id,adminlevel)) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF9900}Scrie: {33CCFF}/setadmin <Name/Playerid> <Admin Level>"); if(PlayerInfo[id][pAdmin] >= 6 && !EstiFondator(playerid)) return SendClientMessage(playerid, COLOR_WHITE, "Nu poti modifica admin level-ul unui admin 6+!."); if(adminlevel > 4 && !EstiFondator(playerid)) return SendClientMessage(playerid, COLOR_WHITE, "Only founders can make admin higher than 4."); if(IsPlayerConnected(id)) { if(id != INVALID_PLAYER_ID) { GetPlayerName(id, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); printf("AdmCmd: %s has promoted %s to a level %d admin.", sendername, giveplayer, adminlevel); format(string, sizeof(string), "You've been promoted to level %d admin, by %s.", adminlevel, sendername); SendClientMessage(id, COLOR_YELLOW, string); format(string, sizeof(string), "You have promoted %s to a level %d admin.", giveplayer,adminlevel); SendClientMessage(playerid, COLOR_YELLOW, string); format(string, sizeof(string), "* Admin %s set %s's admin level to %d.", sendername,giveplayer,adminlevel); ABroadCast(COLOR_ADMIN,string,1); HLChat(COLOR_ADMCHAT,string); mysql_real_escape_string(string, escape); PlayerInfo[id][pAdmin] = adminlevel; if(adminlevel == 0) { -- Poate imi puteti explica si mie cum sa ma setez ca fondator
  16. Am fb.. https://www.facebook.com/profile.php?id=100027388383517 Daca ma poate ajuta cineva sa imi dea msj pe fb
  17. Salut am o intrebare cum pot conecta baza de date mysql la gmul meu l-am bagat cu filezilla gmu am bagat fisieru .sql si dupa? Putin ajutor ca sunt nou
  18. FaNel m-ai putea ajuta la ceva hai pm sau da-mi fb
  19. Se poate da t.c ca am gasit si am modificat.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.