Undefined Symbol SetPlayerCheckPoint [REP +]
#1

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"

:/
Reply
#2

Use SetPlayerCheckpoint . Pawn is Case Sensitive.

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

Thanks Bro ) Repped )
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)