Could someone help me?
#1

I don't udnerstand very well how Incognito's checkpoint streamer is working,I eman I downlaoded it and instaleld it as I should compiled and no erros but I don't udnerstand do I have to add the checkpoints or they are added( i don't udnerstand very well from the site)
Reply
#2

You have to add them.

pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
pawn Код:
CreateDynamicRaceCP(type, Float:x, Float:y, Float:z, Float:nextx, Float:nexty, Float:nextz, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Reply
#3

where i am supossed to add them like this?

public OnPlaySpawn ()
{
SetPlayerCheckPoint(playerid,x,y,z,3);
return 1;
}
I did that but I still can see the checkpoint on map even if I'm not near it
Reply
#4

CreateDynamicCP(Float, Float:y, Float:z, 4, -1, -1, -1, 100.0); // Then replace x,y,z with your coordinates
Reply
#5

If it's a fs:
pawn Код:
public OnFilterScriptInit()
If it's a gm:
pawn Код:
public OnGameModeInit()
Use:
pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Reply
#6

thanks evryone aprecciate help
Reply
#7

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
thanks evryone aprecciate help
No prob's, glad we could help.
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)