SetPlayerCheckPoint
#9

Quote:
Originally Posted by Owen007
Посмотреть сообщение
new PizzamanCPs[8];


PizzamanCps[0] = SetPlayerCheckpoint(parameters here); //Create The Checkpoint
PizzamanCps[1] = SetPlayerCheckpoint(x,y,z); //Same
PizzamanCps[2] = SetPlayerCheckpoint();
PizzamanCps[3] = SetPlayerCheckpoint();
PizzamanCps[4] = SetPlayerCheckpoint();
PizzamanCps[5] = SetPlayerCheckpoint();
PizzamanCps[6] = SetPlayerCheckpoint();
PizzamanCps[7] = SetPlayerCheckpoint();
PizzamanCps[8] = SetPlayerCheckpoint();


public OnPlayerEnterDynamicCheckpoint(playerid)
{
if(CheckPoint = PizzamanCPs[0]);
{
//do blablabla
}
return 1;
}


just add parameters.
It gives me these errors

Код:
C:\Users\Fishy\Desktop\New folder (2)\gamemodes\ROLEPLAY.pwn(58) : error 010: invalid function or declaration
Код:
new PizzamanCPs[8];


PizzamanCps[0] = SetPlayerCheckpoint(playerid, 2236.3997,167.3553,28.1535, 3.0);
here is the code ^
Reply


Messages In This Thread
SetPlayerCheckPoint - by FishyZ - 23.06.2016, 19:28
Re: SetPlayerCheckPoint - by WhiteGhost - 23.06.2016, 19:31
Re: SetPlayerCheckPoint - by Abagail - 23.06.2016, 19:41
Re: SetPlayerCheckPoint - by WhiteGhost - 23.06.2016, 19:49
Re: SetPlayerCheckPoint - by FishyZ - 23.06.2016, 19:52
Re: SetPlayerCheckPoint - by WhiteGhost - 23.06.2016, 19:57
Re: SetPlayerCheckPoint - by FishyZ - 23.06.2016, 20:12
Re: SetPlayerCheckPoint - by Owen007 - 23.06.2016, 20:18
Re: SetPlayerCheckPoint - by FishyZ - 23.06.2016, 20:32
Re: SetPlayerCheckPoint - by Owen007 - 23.06.2016, 21:05

Forum Jump:


Users browsing this thread: 1 Guest(s)