10.06.2011, 16:10
So the problem is.. I have 18 gangs I need for each gang spown point.. I have cords all things but how to make it? Plaese some one help ... It's just making me sick....
public OnPlayerSpawn(playerid)
{
if(gTeam[playerid] == 1)
{
SetPlayerPos(playerid, x, y, z);
}
else if(gTeam[playerid] == 2)
{
SetPlayerPos(playerid, x, y, z);
}
else if(gTeam[playerid] == 3)
{
SetPlayerPos(playerid, x, y, z);
}
//etc
return 1;
new Float:PlayerRandomSpawn[11][11] = {
{1,1,1,1}, //example {1,1,1,1,1}, {2121.4531,1403.1952,11.1328} }; public OnPlayerSpawn() { SetPlayerRandomSpawn(playerid); return 1; } Im New In samp and in englis sorry xD |