Jump to content

Diabolik

Membru
  • Posts

    716
  • Joined

  • Last visited

Everything posted by Diabolik

  1. E mai buna versiune 2 decat prima.
  2. 10/10 muzica ma dat pe spate:))
  3. Daca e facut de tine bravo daca nu ..
  4. hmm iti dau un 4/5 pentru efort
  5. buna mapa dar se putea mai bine 3/5
  6. Incearca sa cauti: if (PlayerInfo[playerid][pAdmin] >= 1338) 1338 - pana gasesti ce ai tu in gm , admin maxim.
  7. Cauta: SetPlayerCameraPos(playerid, coordonatele ); SetPlayerCameraLookAt(playerid, coordonate); Ex: SetPlayerCameraPos(playerid, 1230.90, -1287.72, 254.17); SetPlayerCameraLookAt(playerid, 1227.04, -1289.05, 251.27);
  8. Ai de la mine un 10/10 , imi place mapa.
  9. Pe asta o pun pe sv chiar acum.
  10. Bravo , frumoase mape
  11. Frumos 10/10 daca e facut de tine.
  12. Diabolik

    Zcmd

    Da am inteles asta dar cu linia new vehicleid = GetPlayerVehicleID(vehicleid); daca o sterg imi da 26 de ori?
  13. Diabolik

    Zcmd

    Si cu linia new vehicleid = GetPlayerVehicleID(vehicleid);
  14. Diabolik

    Zcmd

    Imi da un warning: C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(931) : warning 225: unreachable code Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Warning. Linia 391: new vehicleid = GetPlayerVehicleID(vehicleid); Tot: public OnPlayerCommandText(playerid, cmdtext[]) { new pos, funcname[32]; while (cmdtext[++pos] > ' ') { funcname[pos-1] = tolower(cmdtext[pos]); } format(funcname, sizeof(funcname), "cmd_%s", funcname); while (cmdtext[pos] == ' ') pos++; if (!cmdtext[pos]) { return CallLocalFunction(funcname, "is", playerid, "\1"); } return CallLocalFunction(funcname, "is", playerid, cmdtext[pos]); new vehicleid = GetPlayerVehicleID(vehicleid); if(strcmp(cmdtext,"/carcolor black",true)==0) { ChangeVehicleColor(GetPlayerVehicleID(vehicleid), 0, 0); return 1; }
  15. Diabolik

    Zcmd

    Ok stai sa vad ce imi iese si dau EDIT> Tot nu merge: imi da erorile astea: C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(718) : error 017: undefined symbol "comanda" C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(718) : error 033: array must be indexed (variable "-unknown-") C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(718) : error 029: invalid expression, assumed zero C:\Documents and Settings\BogdaneL\My Documents\sa-mp\Stunt GameSpeed\gamemodes\gsp.pwn(718) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
  16. Diabolik

    Zcmd

    Am incercat dar cand le pun si dau compilare si intru pe server nu merg comenziile.
  17. Diabolik

    Zcmd

    Cum pun un server sa functioneze pe zcmd?
×
×
  • 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.