29.01.2010, 09:56
hey guys, i has a problem D:
I set my coords for my two teams, to spawn at a specific location,
GROVE Spawns Where I Set It To, Ballas Spawns at The Default Samp SpawnPoint :S
can you please help me?
heres Code:
thanks For any Help ![Smiley](images/smilies/smile.png)
And heres ip To Server to see
124.191.146.100:7777
I set my coords for my two teams, to spawn at a specific location,
GROVE Spawns Where I Set It To, Ballas Spawns at The Default Samp SpawnPoint :S
can you please help me?
![Smiley](images/smilies/smile.png)
heres Code:
pawn Код:
#define TEAM_GROVE 1
#define TEAM_BALLAS 2
public OnPlayerSpawn(playerid)
{
switch(gClass[playerid])
{
case 1:
{
SetPlayerColor(playerid, COLOR_GREEN);
SetPlayerPos(playerid,2461.9104,-1688.7056,-7.4906);
}
case 2:
{
SetPlayerColor(playerid, COLOR_PURPLE);
SetPlayerInterior(playerid,5);
SetPlayerPos(playerid,330.8326,1127.7487,1083.8828);
}
}
return 1;
}
![Smiley](images/smilies/smile.png)
And heres ip To Server to see
![Cheesy](images/smilies/biggrin.png)
124.191.146.100:7777