Jump to content

Question

Posted

Dupa cum spune si titlul am o eroare la comprimarea unui GM

Erorile

[pawn]D:\Samp\samp03x\gamemodes\RomaniaLifeRPG.pwn(1645) : error 029: invalid expression, assumed zero

D:\Samp\samp03x\gamemodes\RomaniaLifeRPG.pwn(1645) : warning 215: expression has no effect

D:\Samp\samp03x\gamemodes\RomaniaLifeRPG.pwn(1645) : error 001: expected token: ";", but found "]"

D:\Samp\samp03x\gamemodes\RomaniaLifeRPG.pwn(1645) : error 029: invalid expression, assumed zero

D:\Samp\samp03x\gamemodes\RomaniaLifeRPG.pwn(1645) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

[/pawn]

si linea cea "magica" :))

[pawn] SetVehiclePos(carid,HouseCarSpawns[carid-1][0], HouseCarSpawns[carid-1][1], HouseCarSpawns[carid-1][2]);[/pawn]

11 answers to this question

Recommended Posts

Posted

[pawn]public CarTow(carid)

{

for(new i = 0; i < MAX_PLAYERS; i++)

{

if(IsPlayerConnected(i))

{

if(IsPlayerInVehicle(i, carid) || HireCar == carid)

{

gLastDriver[carid] = 255;

return 0;

}

}

}

SetVehiclePos(carid,HouseCarSpawns[carid-1][0], HouseCarSpawns[carid-1][1], HouseCarSpawns[carid-1][2]);

SetVehicleZAngle(carid, HouseCarSpawns[carid-1][3]);

return 1;

}

[/pawn]

uite

Posted

Daca ai venit aici sa faci misto poti pleca, ai de la mine un cadou

 

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

 

Posted

Nu tu cel ce face misti.

Tu daca ai postat, dc nu ai postat si functia pe care tiam ceruto

 

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

 

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.