checkpoint problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: checkpoint problem (
/showthread.php?tid=216501)
checkpoint problem -
hadzx - 25.01.2011
im using streamer plugin 2.5.4
and i make a checkpoint but get this error
Код:
native CreateDynamicCP(2018.8846,1545.6663,10.8282, 1.0, 1, 0, 0,100.0);
Код:
C:\Users\Stephen-Laptop\Desktop\server samp - Copy\gamemodes\lvpg.pwn(301) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
plz help ty
Re: checkpoint problem -
hadzx - 25.01.2011
Quote:
Originally Posted by [SV]Hipoplolypop
do so b9ut without native and do it under you gamemodeinit
ex:
pawn Код:
new cp; public OnGameModeInit() { cp = CreateDynamicCP(2018.8846,1545.6663,10.8282, 1.0, 1, 0, 0,100.0); return 1; }
|
thanks does this steamer let you see like 10checkpoints at once or u can see 1 at once but if your near the other checkpoint it appears and the other checkpoint disappers ty
Re: checkpoint problem -
hadzx - 25.01.2011
ohh il stick with pickups thanks tho