11.11.2013, 23:07
(
Последний раз редактировалось ValenRatti; 11.11.2013 в 23:08.
Причина: olvide algo
)
Si, yo tenia planeado algo parecido, que cuando guarde un arma con /gmaletero se le vaya la oferta del arma y lo intente hacer asi pero me dio errores:
(esto adentro del comando /gmaletero)
Y mas abajo...
Lo de la variable no se como hacerlo recien comienzo con scripting, gracias igual!
(esto adentro del comando /gmaletero)
pawn Код:
new
playerOffering = GetPVarInt(playerid,"gunID"),
weaponOffering = GetPVarInt(GetPVarInt(playerid,"gunID"),"gun"),
slotOffering = GetPVarInt(GetPVarInt(playerid,"gunID"),"slot"),
pawn Код:
playerOffering == 0
weaponOffering == 0
slotOffering == 0