06.07.2016, 14:11
Hi i tried to fix this warning but i can't.
so i'm here to post a topic requesting for help
here is the line :
line 941 is the last "}" of the lines
so i'm here to post a topic requesting for help
Код:
C:\Users\infogenie\Desktop\Zombies VS Humans V1.1\gamemodes\own.pwn(942) : warning 209: function "OnPlayerEnterCheckpoint" should return a value Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код:
public OnPlayerEnterCheckpoint(playerid) { if(onCheck[playerid]) { GivePlayerMoney(playerid,5000); DisablePlayerCheckpoint(playerid); onCheck[playerid] = false; SetPlayerPos(playerid,2024.8163,1344.3187,10.8203); SetPlayerFacingAngle(playerid,10.8203); SetPlayerColor(playerid,GREEN); return 1; } }