28.06.2018, 02:58
Code
ERROS:
Quote:
public OnOutcomingRPC(playerid, rpcid, BitStream:bs) { if(rpcid== 93) { if(!pInfo[playerid][Logado] == true) { new dMessageLength; BS_IgnoreBits(bs, 32); BS_ReadValue(bs,PR_UINT32,dMessageLength); if(dMessageLength > 1) return 0; } } return 1; } |
Quote:
\gamemodes\LRGAMES.pwn(38807) : warning 235: public function lacks forward declaration (symbol "OnOutcomingRPC") \gamemodes\LRGAMES.pwn(38815) : error 017: undefined symbol "BS_IgnoreBits" \gamemodes\LRGAMES.pwn(38816) : error 017: undefined symbol "BS_ReadValue" |