10.09.2009, 03:09
Quote:
|
Originally Posted by TheNotorius
i Always Get:
Code:
C:\Users\NightSlayer\Desktop\GTA San andreas\SAMP Server\gamemodes\LSRP.pwn(1428) : error 017: undefined symbol "X" C:\Users\NightSlayer\Desktop\GTA San andreas\SAMP Server\gamemodes\LSRP.pwn(1430) : error 017: undefined symbol "X" C:\Users\NightSlayer\Desktop\GTA San andreas\SAMP Server\gamemodes\LSRP.pwn(1434) : error 017: undefined symbol "playerid" C:\Users\NightSlayer\Desktop\GTA San andreas\SAMP Server\gamemodes\LSRP.pwn(1376) : error 017: undefined symbol "X" ? |
To get the coordinates go into debug or you server and do /save, then in the saved position folder copy the 3 numbers (separated by commas) that come AFTER the frist one
Code:
AddPlayerClass( 0, The X You Want, The Y You Want, The Z You Want, 269.15, 26, 36, 28, 150, 0, 0 );
Change DisablePlayerCheckpoint(playerid); to DisablePlayerCheckpoint(i); 


?