29.01.2013, 23:16
If you mean parameters... they are as follows:
As shown, all streamer functions and callbacks are listed in this topic: https://sampforum.blast.hk/showthread.php?tid=102865
Код:
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Код:
Float:x = The 'X' coordinate where you want your checkpoint to be placed Float:y = The 'Y' coordinate where you want your checkpoint to be placed Float:z = The 'Z' coordinate where you want your checkpoint to be placed Float:size = The size of your checkpoint, in diameter worldid = The virtual world ID that you want this checkpoint to be in (-1 for all virtual worlds) interiorid = The interior ID that you want this checkpoint to be in (-1 for all interiors) playerid = The player ID that you want this checkpoint to be available for (-1 for all players) Float:streamdistance = The distance you want the checkpoint to be able to be seen from