10.02.2015, 07:26
i have problem with createdynamicCP
when i create it in worldid 0 it work fine but when i create in other world it only show red marker in minimap but not show checkpoint circle in place
how to fix it
when i create it in worldid 0 it work fine but when i create in other world it only show red marker in minimap but not show checkpoint circle in place
how to fix it
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(pid,x,y,z);
CreateDynamicCP(x,y+2.0,z,1.0,GetPlayerVirtualWorld(pid),-1,-1,100.0);