SA-MP Forums Archive
Undefined Symbol SetPlayerCheckPoint [REP +] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Undefined Symbol SetPlayerCheckPoint [REP +] (/showthread.php?tid=419953)



Undefined Symbol SetPlayerCheckPoint [REP +] - ScripteRMKD - 03.03.2013

pawn Код:
forward LSSFPauza(playerid);
public LSSFPauza(playerid)
{
    TogglePlayerControllable(playerid, 1);
    SendClientMessage(playerid, COLOR_WHITE, "{37F906}INFO:{FFFFFF}Sega mozete da prodolzite za Los Santos");
    SletuvaLS[playerid] = SetPlayerCheckPoint(playerid, 2041.3806,-2593.2266,13.5469,8.0);
    return 1;
}
forward LSLVPauza(playerid);
public LSLVPauza(playerid)
{
    TogglePlayerControllable(playerid, 1);
    SendClientMessage(playerid, COLOR_WHITE, "{37F906}INFO:{FFFFFF}Sega mozete da prodolzite za Los Santos");
    SletuvaLS[playerid] = SetPlayerCheckPoint(playerid, 2041.3806,-2593.2266,13.5469,8.0);
}
error 017: undefined symbol "SetPlayerCheckPoint"

:/


Re: Undefined Symbol SetPlayerCheckPoint [REP +] - iamkevin - 03.03.2013

Use SetPlayerCheckpoint . Pawn is Case Sensitive.

SletuvaLS[playerid] = SetPlayerCheckpoint(playerid, 2041.3806,-2593.2266,13.5469,8.0);


Re: Undefined Symbol SetPlayerCheckPoint [REP +] - ScripteRMKD - 03.03.2013

Thanks Bro ) Repped )


Re: Undefined Symbol SetPlayerCheckPoint [REP +] - iamkevin - 03.03.2013

I haven't received your rep but it's ok, I don't care about reps