miren este warning - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: miren este warning (
/showthread.php?tid=159910)
miren este warning -
panzer10 - 14.07.2010
me ayudan con este warning?
Код:
(5627) : warning 202: number of arguments does not match definition
LINEA:
TeleportPlayer(playerid, RandomPlayerSpawnsBf[rand][0], RandomPlayerSpawnsBf[rand][1], RandomPlayerSpawnsBf[rand][2]);
me ayudan?
Re: miren este warning -
MrDeath537 - 14.07.2010
advertencia 202: el numero de argumentos no encaja con la definicion.
Te faltan valores a dentro de la linea, es decir, si la funcion por ejemplos es: TeleportPlayer(playerid, Float
, Float:y, Float:z, Float:a, interior, world), y vos no pones el valor 'world' no encajaria el numero de argumentos con el de la definicion.
A tu linea le falta algo, fijate que puede ser
Re: miren este warning -
panzer10 - 14.07.2010
ok gracias ya estas