Quote:
Originally Posted by sergio3
Quote:
Originally Posted by FelipekxD
En el public OnPlayerCommandText, en cada comando necesitas colocarle, arriba de: IsPlayerInRangeOfPoint, agrega esto:
pawn Код:
if(PlayerInfo[playerid][pMember] == (Numero Faccion) || PlayerInfo[playerid][pLeader] == (Numero Faccion))
Ejemplo:
pawn Код:
if(PlayerInfo[playerid][pMember] == 10 || PlayerInfo[playerid][pLeader] == 10)
|
Quote:
C:\Documents and Settings\Propietario\Escritorio\RolePlay - By GroX0r - SA-MP\filterscripts\PUERTASLSPD.pwn(27) : error 017: undefined symbol "PlayerInfo"
C:\Documents and Settings\Propietario\Escritorio\RolePlay - By GroX0r - SA-MP\filterscripts\PUERTASLSPD.pwn(27) : warning 215: expression has no effect
C:\Documents and Settings\Propietario\Escritorio\RolePlay - By GroX0r - SA-MP\filterscripts\PUERTASLSPD.pwn(27) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Propietario\Escritorio\RolePlay - By GroX0r - SA-MP\filterscripts\PUERTASLSPD.pwn(27) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Propietario\Escritorio\RolePlay - By GroX0r - SA-MP\filterscripts\PUERTASLSPD.pwn(27) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
|
|
Es que no tienes que ponerlo como un FS tienes que hacerlo dentro del GM. Sino las arrays no estбn declaradas.