Jump to content

Question

Posted

sall am erori le astea la gm asta

gm Nu editat Gamemoduri pentru tine

error C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2870) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2874) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2886) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2890) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2894) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2898) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2902) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2906) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2910) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2922) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2926) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2930) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2934) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2938) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2950) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2954) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2958) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2970) : error 004: function "PlayerToPoint" is not implemented

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(2974) : error 004: function "PlayerToPoint" is not implemented

6 answers to this question

Recommended Posts

Posted

Adauga in gamemode asta:

[pawn]public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)

{

    if(IsPlayerConnected(playerid)){

    new Float:oldposx, Float:oldposy, Float:oldposz;

    new Float:tempposx, Float:tempposy, Float:tempposz;

    GetPlayerPos(playerid, oldposx, oldposy, oldposz);

    tempposx = (oldposx -x);

    tempposy = (oldposy -y);

    tempposz = (oldposz -z);

    if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi))){

    return 1;}}

    return 0;

}[/pawn]

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

Tot nu merge dar daca scot asta merge comanda asta am incercat s-o fac eu pt nfs club un fel de f

uite comanda http://pastebin.com/V7JRaPiu la mine vin aranzate mai bine aici nu stiu ce are

Posted

Am redus din erori uitasem o paranteza

error 029: invalid expression, assumed zero

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(38689) : warning 215: expression has no effect

C:\Users\Alex\Desktop\Azone the best server\azone official\Server bun GFZONE\gamemodes\gf.pwn(38689) : error 001: expected token: ";", but found "if"

dar acum sunt astea e a 38 a linie aici eraorea

http://pastebin.com/dPbDhhNz

Posted

TC Problema rezolvata pusesem else if si trebuia if

Nu dati mai o problema dau makeleader in joc ma fac leader la orice factiune vreau dar daca ies si intru din nou zice ca sunt civil apromoved civilian unde sa ma uit

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.