Jump to content

Razvann

Membru
  • Posts

    252
  • Joined

  • Last visited

    Never

Everything posted by Razvann

  1. Razvann

    Zcmd

    new vehicleid = GetPlayerVehicleID(playerid);
  2. CMD:startrace(playerid,params[]) { if(IsPlayerInRangeOfPoint(playerid,7,2096.3289, 1284.3533, 10.0142)) { SetPlayerInterior(playerid,0); SetTimer("CountDown",10000,0); SendClientMessageToAll(yellow,"The Race {FF000}was been started ,Type /Race {FFFAAAF}to join,Race Will Start In 10 Seconds"); SendClientMessage(playerid,yellow," Type /LeaveRace To exit"); TogglePlayerControllable(playerid,0); Race[playerid] = 1; return 1; } else return SCM(playerid,yellow, "You Can't {FF000} start race ..{FFFAAAF}Type /Race and try again"); } incearca asta...
  3. [pawn] if(CarInfo[newcar][cOwned]==1) { format(string,sizeof(string),"Vehicle bought to %s",CarInfo[newcar][cOwner]); SendClientMessage(playerid, COLOR_BLUE, string); return 1; } } gLastCar[playerid] = newcar; gLastDriver[newcar] = playerid; }[/pawn]
  4. bine identat script... [pawn] if (VehicleSystem[vehicleid][cLock]==0) { SetVehicleParamsForPlayer(vehicleid,i,0,1); } else if (VehicleSystem[vehicleid][cLock]==1) { SetVehicleParamsForPlayer(vehicleid,i,0,0); }[/pawn] pt ca folosesti asta, mereu cand intrii intr-o masina daca este blocata apoi se deblocheaza si invers. incearca sa dezactivezi asta si vezi ce se intampla
  5. sterge PlayerPos.. invata cum sa creezi un 3DTextLabel adauga [pawn] forward HBroadCast(color,const string[],level); forward ResetBan(...); forward ResetKick(...); [/pawn] la nested comment, ai folosit de 2 ori /* si */, posteaza toata comanda dezactivata
  6. posteaza ce ai facut pana acum sa te putem ajuta
  7. [pawn]id = mysql_insert_id();[/pawn] apoi foloseste [pawn]PlayerInfo[playerid][pPcarkey] = id;[/pawn] btw: nu trebuie sa creezi variabile pentru x, y, z, angle etc.. [pawn] format(Query, sizeof(Query), "INSERT INTO `cars` (`Model`, `Locationx`, `Locationy`, `Locationz`, `Angle`, `Owner`, `Description`, `Value`, `License`) VALUES ('%d','2783.9478', '-2494.4778', '13.6550', '85.6610','%s','%s','%d','%s')",model,sendername,description,value,license); CreateVehicle(model, CarInfo[id][cLocationx], CarInfo[id][cLocationy], CarInfo[id][cLocationz], CarInfo[id][cAngle], 999999);[/pawn] + ca value nu e definit => o sa fie = 0, la fel si license.. modelul este introdus prin dialog, daca pui de ex 612 (care nu exista) vor aparea buguri
  8. incearca asa, nu e nimic ce cauzeaza lagul cred: [pawn] for(new i = 0; i < MAX_PING_EXCEEDS; i++) { AccInfo[playerid][pPing] = 0; } [/pawn] daca e tot la fel, sterge asta si spune daca se mai blocheaza
  9. atunci rezolva-ti problema singur.. fara cod nu am ce sa iti fac chiar crezi ca am nevoie de codul tau sa il copiez?
  10. ce valoare are ping_max_exceeds? posteaza buridgeconnect
  11. dude, nu trebuie niciun cod mysql atunci cand el este conectat, folosesti: [pawn]PlayerInfo[playerid][pPcarkey] = id;[/pawn] sau ce ai tu. nu am de unde sa stiu cum ai codul, de asta ti-am spus, iar pt mysql: new szName[MAX_PLAYER_NAME], szQuery[256]; GetPlayerName(playerid, szName, sizeof(szName)); format(szQuery, sizeof(szQuery), "UPDATE `tabelulptplayeri` SET CarKey = %d WHERE Name = '%s'", idmasina, szName); mysql_query(szQuery); posteaza variabilele si numele la tabele/row-uri ca se te pot ajuta :|
  12. postezi codul sa te putem ajuta.. vrei ca masina sa fie setata cat timp playerul e offline/online?
  13. [pawn]foreach (new i : Player)[/pawn]
  14. Razvann

    Problema TD

    tu gandesti cand copiezi ceva? ti-am scris tot codul, si o iei tot pe a ta? :| in Dmnz invata sa dai copy si paste
  15. Razvann

    Problema TD

    omfg: [pawn] new Text: LevelText[MAX_PLAYERS]; LevelText[playerid] = TextDrawCreate(X, Y, "--"); TextDrawBackgroundColor(LevelText[playerid], -65281); TextDrawFont(LevelText[playerid], 2); TextDrawLetterSize(LevelText[playerid], 0.509948, 1.399999); TextDrawColor(LevelText[playerid], 16711935); TextDrawSetOutline(LevelText[playerid], 1); TextDrawSetProportional(LevelText[playerid], 1); //OnPlayerConnect new string[64]; format(string, sizeof string, "Level: %d", PlayerInfo[playerid][pLevel]); TextDrawSetString(Text: LevelText[playerid], string); TextDrawShowForPlayer(playerid, Text: LevelText[playerid]); //OnPlayerSpawn [/pawn] was that hard?
  16. [pawn]if(newkeys & KEY_FIRE && GetPlayerWeapon(playerid) == 41)[/pawn]
  17. si daca ai un text foarte mare de ce nu folosesti strcat?
  18. Razvann

    Warn

    nu cotneaza, dar ai scris cea mai mare prostie, ce ai facut acolo o sa dea 0. :huh:
  19. Razvann

    /stats

    posteaza comanda care o ai
  20. [pawn] CMD:respawn(playerid,params[ ]) { new giveplayerid,string[128]; if(IsPlayerConnected(playerid)) { if(sscanf(params,"u",giveplayerid)) return SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /respawn [playerid/PartOfName]"); if(PlayerInfo[playerid][pAdmin] < 3) return SendClientMessage(playerid, COLOR_GRAD2, "You are not authorized to use that command."); if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_GRAD2, "That player is offline."); SpawnPlayer(giveplayerid); GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); MedicBill[giveplayerid] = 0; GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* You have respawned player %s.", giveplayer); SendClientMessage(playerid, COLOR_LIGHTRED, string); format(string, sizeof(string), "* You have been respawned by Admin %s.", sendername); SendClientMessage(giveplayerid, COLOR_LIGHTRED, string); format(string, 256, "AdmWarning: %s has respawned the player %s (/respawn).", sendername, giveplayer); ABroadCast(COLOR_YELLOW,string,1); } return 1; } [/pawn] daca nu ai zcmd si sscanf in gm, te sfatuiesc sa le bagi
  21. Razvann

    /chat

    roach, el nu a dat detalii despre cum sa fie comanda asa ca nu te mai baga aiurea btw, daca functia returnata este pozitiva nu are nevoie de paranteze, decat cele false, doh nu pune in onplayercommandtext, langa trebuia sa mai detaliezi si tu
  22. Razvann

    /chat

    lol [pawn] CMD:chat(playerid,params[ ]) { TogglePlayerControllable(playerid, true); return 1; } [/pawn] daca dadeai un mic search, gaseai foarte usor
×
×
  • 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.