Jump to content

Question

Posted

Problema intalnita (descriere): Am urmatoarele warning-uri la unele vehicule
Ero(area / rile) / warning-(ul / urile):

 

C:UsersJackDownloadsservergamemodessa.pwn(16110) : warning 202: number of arguments does not match definition

C:UsersJackDownloadsservergamemodessa.pwn(16111) : warning 202: number of arguments does not match definition
C:UsersJackDownloadsservergamemodessa.pwn(16112) : warning 202: number of arguments does not match definition
C:UsersJackDownloadsservergamemodessa.pwn(16113) : warning 202: number of arguments does not match definition
C:UsersJackDownloadsservergamemodessa.pwn(16114) : warning 202: number of arguments does not match definition
C:UsersSanduDownloadsservergamemodessa.pwn(16115) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
Header size:          12836 bytes
Code size:          2785548 bytes
Data size:         19778188 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:22592956 bytes
 
6 Warnings.
 

Liniile de cod / sursa / script-ul(obligatoriu):

AddStaticVehicle(426, 878.9691, -1668.6858, 13.3135, 0.9409, 3, 1, 60000); // masina spawn 1
AddStaticVehicle(426,874.3836,-1668.4794,13.2899,1.4863,3,1,60000); // masina spawn 1
AddStaticVehicle(426,878.8267,-1668.7142,13.2898,359.5755,3,1,60000); // masina spawn 2
AddStaticVehicle(426,883.7576,-1669.1489,13.3094,358.2726,20,1,60000); // masina spawn 3
AddStaticVehicle(426,888.0911,-1668.9905,13.3158,357.6279,1,1,60000); // masina spawn 4
AddStaticVehicle(436,892.6011,-1669.4458,13.3563,0.1528,30,1,60000); // masina spawn 5

Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Sincer, chiar nu stiu ce sa incerc :... sunt cam incepator.

8 answers to this question

Recommended Posts

  • 0
Posted (edited)

AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:z_angle, color1, color2);

Scoate timpul de resopwnare si o sa-ti dispara waringurile.

Edited by SKix
  • 0
Posted

AddStaticVehicleEx(426, 878.9691, -1668.6858, 13.3135, 0.9409, 3, 1, 60000); // masina spawn 1
AddStaticVehicleEx(426,874.3836,-1668.4794,13.2899,1.4863,3,1,60000); // masina spawn 1
AddStaticVehicleEx(426,878.8267,-1668.7142,13.2898,359.5755,3,1,60000); // masina spawn 2
AddStaticVehicleEx(426,883.7576,-1669.1489,13.3094,358.2726,20,1,60000); // masina spawn 3
AddStaticVehicleEx(426,888.0911,-1668.9905,13.3158,357.6279,1,1,60000); // masina spawn 4
AddStaticVehicleEx(436,892.6011,-1669.4458,13.3563,0.1528,30,1,60000); // masina spawn 5

Poftim

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.