02.01.2014, 19:11
Nice, but what if Wait is inside a loop, a return, or perhaps like this:
Or perhaps this:
pawn Code:
if (Wait(1000)<a>)
pawn Code:
public OnPlayerConnect(playerid)
{
Wait(1000)<a>;
SendClientMessage(playerid, -1, "Welcome."); // Undefined symbol "playerid"
}