Jump to content
  • 0

erori


gabydemocray

Question

13 answers to this question

Recommended Posts

Variabila,nu functia.

Daca pui FS-ul ala in GM,nu cred ca va mai aparea eroarea.

Daca il pui,nu trantesti tot codul din FS undeva prin gm .. te uiti la callback-uri( OnPlayerConnect/OnPlayerCommandText/etc ) din fs,cauti in GM,si le pui( ce e la OnPlayerConnect din FS pui in OnPlayerConnect din GM )

Link to comment
Share on other sites

Ai uitat o } sau cine stie ce alta prostie ai facut pe acolo, fi-i atent cand adaugi un FS in GM.

new/forward/stock/public din FS se pun langa celelalte din GM

OnFilterScriptInit/Exit din GM se pune la OnGameModeInit/Exit din GM

OnPlayerDeath din FS la OnPlayerDeath din GM

OnPlayerEnterVehicle din FS la OnPlayerEnterVehicle din GM

etc.

Link to comment
Share on other sites

Am bagat Fs-ul in GM si imi dau erorile astea :

31828148298596667867.png

Astea sunte liniile la care dau erorile :

7573:

if(newstate == PLAYER_STATE_PASSENGER) // TAXI & BUSSES
12266:
for(new i = 0; i < sizeof(TurfInfo); i++)
16009:
AttachObjectToVehicle (VehRadarID [vehid], vehid, 0.2, 0.50, 0.3, 0.0, 0.0, 90.0);
16109:
if(strcmp(cmd, "/start", true) == 0)

Link to comment
Share on other sites

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.