Checkpoints
#4

You mean this ?

Код:
 }
			    else
			    {
			        Election = 1;
			        Votes[0] = 0;
			        Votes[1] = 0;
			        Votes[2] = 0;
			        SendClientMessage(playerid,COLOR_WHITE,"You have started the Election, voting will begin at your position.");
			        new Float:x,Float:y,Float:z;
				    GetPlayerPos(playerid, x, y, z);
			        VotePickup = CreateDynamicPickup(1239, 1, x,y,z);
			        ElectionPos[0] = x;
			        ElectionPos[1] = y;
			        ElectionPos[2] = z;
			    }
			}
	    }
	    return 1;
	}
Reply


Messages In This Thread
Checkpoints - I can use Team Viewer if anyone wants to help me - by Jaber_Brown - 07.08.2011, 13:34
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 13:43
Re: Checkpoints - by [bs]_lancer - 07.08.2011, 13:45
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 13:54
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 13:56
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 13:58
Re: Checkpoints - by [bs]_lancer - 07.08.2011, 14:11
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 14:29
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 15:07
Re : Checkpoints - by Jaber_Brown - 07.08.2011, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)