Won't Connect To Server Because Of This Code!!!
#2

pawn Код:
SetTimer("PlayerToLordsHQ", 1000, 1);
public PlayerToLordsHQ(playerid)
You don't pass the playerid to the function. Also OnGameModeInit doesn't support playerid, so use this in OnPlayerConnect:
pawn Код:
SetTimerEx("PlayerToLordsHQ", 1000, 1, "i", playerid);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)