Jump to content
  • 0

Mai multe erori


Punct.

Question

Scuzati titlul...sunt mai multe feluri de erori, si nu am stiut ce sa pun

(2397) : warning 235: public function lacks forward declaration (symbol "IsAArmyCar")
(2407) : warning 235: public function lacks forward declaration (symbol "IsAFbiCar")
(2415) : error 010: invalid function or declaration
(4670) : warning 219: local variable "vehicleid" shadows a variable at a preceding level
(8897) : warning 217: loose indentation
(9210) : warning 217: loose indentation
(9246) : error 017: undefined symbol "SetVehicleColor"
(9246) : warning 215: expression has no effect
(9246) : error 001: expected token: ";", but found "]"
(9246) : error 029: invalid expression, assumed zero
(9246) : fatal error 107: too many error messages on one line

Randul 2397:

[pawn]

public IsAArmyCar(carid) //Asta e randul

{

if((carid >= 169) && (carid <= 210) || (carid >= 1) && (carid <= 34) || (carid >= 122) && (carid <= 168))/* PD,FBI,NG*/

{

    if(carid == 000) { return 0; }

return 1;

}

return 0;

}

[/pawn]

Randul 2407:

[pawn]public IsAFbiCar(carid) //Asta e randul 2407

{

if((carid >= 169) && (carid <= 210) || (carid >= 1) && (carid <= 34) || (carid >= 122) && (carid <= 168))/* PD,FBI,NG*/

{

    if(carid == 000) { return 0; }

return 1;

}

return 0;

} //Randul 245

[/pawn]

Randul 4670:

[pawn]     new vehicleid = GetPlayerVehicleID(playerid);[/pawn]

Randul 8897:

[pawn]    Create3DTextLabel("/clear",RED,-1609.3213,673.4152,-4.4422,10.0,0);[/pawn]

Randul 9210:

[pawn]AddStaticVehicleEx(523,-1612.0999755859,674.29998779297,6.8000001907349,180,-1,-1,10); // vehicle (HPV1000) (1)[/pawn]

Randul 9246:

[pawn]SetVehicleColor(TunnedCar[0], 3, 0);[/pawn]

Ma puteti ajuta va rog

Nu mai deschideti in pu*a mea servere de SA:MP !

Jucati-va pe cele care sunt !   Sunt suficiente !

Reguli de bun simt:

1. Nu faceti reclama unde nu trebuie !

2. Nu injurati ca la usa cortului !

3. Daca esti analfabeti, taci din gura !

4. Nu abuza de 'scuze', 'din greseala' !

 

My work ::: http://pastebin.com/VRNRcaAs

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • 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.