11.09.2010, 14:52
Erros: Falta de { e }
__________________________________________________ _____________________________
Isso... pode ser o tempo de respawn de alguns carros... procure por "CAR_RESPAWN" no GameMode.
pawn Код:
if(strcmp(cmd,"/Entrar",true) == 0)
{
if(PlayerToPoint(2.0, playerid, 1631.7546,-1172.2800,24.0843))
{
SetPlayerPos(playerid, 834.0506,7.0988,1004.1870);
SetPlayerInterior(playerid, 3);
}
return 1;
}
if(strcmp(cmd,"/sair",true) == 0)
{
if(PlayerToPoint(2.0, playerid, 834.0506,7.0988,1004.1870))
{
SetPlayerPos(playerid, 1631.7546,-1172.2800,24.0843);
SetPlayerInterior(playerid,0);
}
return 1;
}
pawn Код:
#define CAR_RESPAW 718