03.10.2010, 01:47
Puis no onplayerspawn so que a gangzone 02 nao aparece
espero que alguem conssiga me ajudar
PHP код:
if(dono1 == 0)
{
GangZoneShowForPlayer(playerid, GZ01, COR_0);
}
if(dono1 == 1)
{
GangZoneShowForPlayer(playerid, GZ01, COR_1);
}
if(dono1 == 2)
{
GangZoneShowForPlayer(playerid, GZ01, COR_2);
}
if(dono1 == 3)
{
GangZoneShowForPlayer(playerid, GZ01, COR_3);
}
if(dono1 == 4)
{
GangZoneShowForPlayer(playerid, GZ01, COR_4);
}
if(dono1 == 5)
{
GangZoneShowForPlayer(playerid, GZ01, COR_5);
}
if(dono1 == 6)
{
GangZoneShowForPlayer(playerid, GZ01, COR_6);
}
if(dono2 == 0)
{
GangZoneShowForPlayer(playerid, GZ02, COR_0);
}
if(dono2 == 1)
{
GangZoneShowForPlayer(playerid, GZ02, COR_1);
}
if(dono2 == 2)
{
GangZoneShowForPlayer(playerid, GZ02, COR_2);
}
if(dono2 == 3)
{
GangZoneShowForPlayer(playerid, GZ02, COR_3);
}
if(dono2 == 4)
{
GangZoneShowForPlayer(playerid, GZ02, COR_4);
}
if(dono2 == 5)
{
GangZoneShowForPlayer(playerid, GZ02, COR_5);
}
if(dono2 == 6)
{
GangZoneShowForPlayer(playerid, GZ02, COR_6);
}