Jump to content

NewBie.

Members
  • Posts

    666
  • Joined

  • Last visited

About NewBie.

  • Birthday 12/22/2000

Profile Information

  • Gender
    Male
  • Location
    Suceava, Corocăiesţi
  • Interests
    :#

Recent Profile Visitors

4900 profile views

NewBie.'s Achievements

Noob

Noob (1/14)

31

Reputation

3

Community Answers

  1. CMD:skip(playerid, params[]) { if(TutTime[playerid] >= 1) { TutTime[playerid] = 0; PlayerInfo[playerid][pTut] = 1; gOoc[playerid] = 0; gNews[playerid] = 0; gFam[playerid] = 0; TogglePlayerControllable(playerid, 1); SetCameraBehindPlayer(playerid); TogglePlayerSpectating(playerid, 0); SetPlayerSpawn(playerid); PlayerInfo[playerid][pAccount] = 10000; ResetPlayerCash(playerid); GivePlayerCash(playerid,50000); SetPlayerInterior(playerid,0); SetPlayerVirtualWorld(playerid,0); TogglePlayerControllable(playerid,true); new str1[256]; mysql_format(SQL,str1,256,"UPDATE users SET `Tutorial`='1',`Bank`='0',`Money`='0' WHERE `name`='%s'",PlayerInfo[playerid][pNormalName]); mysql_tquery(SQL,str1,"",""); } else return SendClientMessage(playerid, -1, "Nu esti in tutorial."); return 1; } greu; nu?
  2. :))) on: de curiozitate, ti-a luat mai putin de 15 minute sa-l faci? (ca iei coordonatele si prostii din astea). simplu si dragut :D, gg.
  3. Ai uitat o acolada la comenzile pe care le-ai modificat.
  4. Pui cum ai tu CMD:areaheal(playerid, params[]) { if(playerVariables[playerid][pAdminLevel] >= 1) { new sendername[25],string[256],range, count; new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x,y,z); if(sscanf(params, "i", range)) return SendClientMessage(playerid, -1, SYNTAX_MESSAGE"/areaheal [range]"); { foreach(Player, i) { if(ProxDetectorS(range, playerid, i)) { count++; GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "Admin %s healed you.", sendername); SendClientMessage(i, COLOR_IN2, string); SetPlayerHealth(i, 99); } } format(string, sizeof(string), "%s used command /areaheal and healed %d players on range %d.", playerVariables[playerid][pNormalName], count, range); submitToAdmins(string, COLOR_AMSG2); } } else return SendClientMessage(playerid, COLOR_WHITE, AdminOnly); return 1; }
  5. Ti am zis ca mesajul nu trb sa fie in foreach
  6. Count il pui unde ii dai armură Si mesajul il dai înafară acoladei închise de la foreach
  7. Deschide pawno.exe din folderul de unde ai gmul. Daca tot asa, inseamna ca nu ai pus include ul in pawno/includes
  8. Nu cunosc gamemodeul dar cred ca este ceva cu personalcar neinregula (nu garantez)
  9. for(new v=0; v<MAX_PVEHS; v++) Vezi cat e MAX_PVEHS
  10. Pune în pastebin...
  11. NewBie.

    Erori

    Sterge ce ai in mysql log si porneste gm si da logs aici Folosesti gm bugged si nu cred ca ai nevoie de Pprice in baza de date
  12. NewBie.

    Erori

    eh :))
  13. NewBie.

    Erori

    Nu ai Pprice in baza de date. Intra in tabelul unde ai conturile si introdu aceasta comanda SQL alter table `numeTabelConturi` add `Pprice` int (6) NOT NULL DEFAULT '0';
  14. NewBie.

    Help me

    Eu am lăsat un spatiu intre dealerVariables si [carid] Daca il ai sterge l Daca tot asa, nu ai facut enum-ul
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.

moduri samp