CreateDynamicCP
#1

Hi When I'm Currently Making A Cops And Robbers Server
But When I Make The CreateDynamicCP It Does't Show Up In The Game
While When I Compile No Errors/Warnings Show Up.
I Included The Latest Streamer Plugin Also
Here Is The Code.
Quote:

Checkpoint[6] = CreateDynamicCP(361.8310,173.6317,1008.3828,3,-1,3,-1,100);//24-7 Robbery Place
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == Checkpoint[3])
{
SendClientMessage(playerid,COLOR_ORANGE,"Type /Robshop To Start A Robbery!");
}
if(checkpointid == Checkpoint[5])
{
SendClientMessage(playerid,COLOR_ORANGE,"Type /Robshop To Start A Robbery!");
}
return 1;
}

Reply
#2

You used interior world. You've set interior world to 3 instead of 0

pawn Code:
Checkpoint[6] = CreateDynamicCP(361.8310,173.6317,1008.3828,3,-1,0,-1,100);//24-7 Robbery Place
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)