07.08.2011, 13:54
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; }