/deploycade How to add more ads!
#3

Is it this part?

if(Barricade[i] == 0)
{
GetPlayerPos(playerid, Position[0], Position[1], Position[2]);
GetPlayerFacingAngle(playerid, Position[3]);
Barricade[i] = CreateDynamicObject(981, Position[0], Position[1], Position[2], 0.0, 0.0, Position[3]+180.0, -1, -1, -1, 200.0);
SetPlayerPos(playerid, Position[0] - 2, Position[1] - 2, Position[2]);
new zone[MAX_ZONE_NAME];
GetPlayer3DZone(playerid, zone, sizeof(zone));
format(string, sizeof(string), "HQ: A barricade has been deployed by %s at %s.", GetPlayerNameEx(playerid), zone);
foreach (new p : Player)
{

Do i change if(Barricade[i] == 0) to if(Barricade[i] == 1) ect
Reply


Messages In This Thread
/deploycade How to add more ads! - by Lukex - 24.05.2015, 11:46
Re: /deploycade How to add more ads! - by SoFahim - 24.05.2015, 12:16
Re: /deploycade How to add more ads! - by Lukex - 24.05.2015, 12:23
Re: /deploycade How to add more ads! - by Lukex - 24.05.2015, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)