i checked it but i aint good in english :S
i get this error
:\Rockstar Games\GTA San Andreas\gamemodes\larp.pwn(4835) : error 001: expected token: ",", but found "."
D:\Rockstar Games\GTA San Andreas\gamemodes\larp.pwn(4835) : error 029: invalid expression, assumed zero
D:\Rockstar Games\GTA San Andreas\gamemodes\larp.pwn(4835) : warning 215: expression has no effect
D:\Rockstar Games\GTA San Andreas\gamemodes\larp.pwn(4835) : error 001: expected token: ";", but found ")"
D:\Rockstar Games\GTA San Andreas\gamemodes\larp.pwn(4835) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
this is the line :
{
SetPlayerCheckpoint(playerid, 545.0553,-1290.5247,17.2422,157.7271.3);
return 1;
}