Code: Select all
C:\DOCUME~1\Bertini\Desktop\BeciC\SASERV~1\Server\Server\SERVAK\FILTER~1\DROMIN~1.PWN(102) : error 017: undefined symbol "DoesPlayerHasTag"
C:\DOCUME~1\Bertini\Desktop\BeciC\SASERV~1\Server\Server\SERVAK\FILTER~1\DROMIN~1.PWN(108) : warning 209: function "OnPlayerSpawn" should return a value
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Code: Select all
public OnPlayerSpawn(playerid)
if(DoesPlayerHasTag(playerid,"BeciC"))
{
SetPlayerPos(playerid, -1593.8704,733.0270,-4.9063);
return 1;



