How to make a code for check player position to show checkpoint
#4

Quote:

public OnPlayerUpdate(playerid)
{
if(GetPlayerMoney(playerid) != Player[playerid][pCash]) { SafeGivePlayerMoney(playerid, 0); }
if(IsPlayerInRangeOfPoint(playerid, 8, Faction[3][fDoor][2], Faction[3][fDoor][3], Faction[3][fDoor][4])) { SetPlayerCheckPoint(playerid, Faction[3][fDoor][2], Faction[3][fDoor][3], Faction[3][fDoor][4], 3.0); }
return 1;
}

C:\Users\KAPU\Desktop\samp03x_svr_R2_win32\gamemod es\TheGodfather2.pwn(541) : warning 213: tag mismatch
C:\Users\KAPU\Desktop\samp03x_svr_R2_win32\gamemod es\TheGodfather2.pwn(541) : warning 213: tag mismatch
C:\Users\KAPU\Desktop\samp03x_svr_R2_win32\gamemod es\TheGodfather2.pwn(541) : warning 213: tag mismatch
C:\Users\KAPU\Desktop\samp03x_svr_R2_win32\gamemod es\TheGodfather2.pwn(541) : error 017: undefined symbol "SetPlayerCheckPoint"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
How to make a code for check player position to show checkpoint - by Kapupc - 09.02.2014, 03:33
Re: How to make a code for check player position to show checkpoint - by CuervO - 09.02.2014, 05:02
Re: How to make a code for check player position to show checkpoint - by Kapupc - 09.02.2014, 07:00
Re: How to make a code for check player position to show checkpoint - by Kapupc - 09.02.2014, 08:07

Forum Jump:


Users browsing this thread: 3 Guest(s)