Ayuda, porfavor - 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: Ayuda, porfavor (
/showthread.php?tid=231034)
Ayuda, porfavor -
iPerryX - 24.02.2011
Para que sirven estan cosas en LARP, gf, etc..?
MAX_STRING 255
CHECKPOINT_NONE 0
CHECKPOINT_HOME 12
MAX_VEHICLE_PLATE (7)
alguein sabe? son defines
Re: Ayuda, porfavor -
MrDeath537 - 24.02.2011
Son defines, MAX_STRING significa el tamaсo mбximo de los string (que obvio їno? xD), CHECKPOINT_NONE significa que es un checkpoint nъlo/invбlido.
Sуlo deduje esas en base al nombre.
Respuesta: Ayuda, porfavor -
leaNN! - 24.02.2011
CHECKPOINT_HOME debe ser el Checkpoint de las casas, wtf.
MAX_VEHICLE_PLATE es la cantidad maxica de caracteres en la patente del auto.
Re: Ayuda, porfavor -
zSuYaNw - 27.02.2011
pawn Код:
MAX_STRING 255 // el String ( new string[MAX_STRING]; )
CHECKPOINT_NONE 0 // el Checkpoint ( SetPlayerRaceCheckpoint(playerid, CHECKPOINT_NOME, ...); )
CHECKPOINT_HOME 12 // el Checkpoint ( SetPlayerRaceCheckpoint(playerid, CHECKPOINT_HOME, ...); )