07.08.2011, 00:27
pawn Код:
else if(vId==AluguelCar[0]||vId==AluguelCar[1]||vId==AluguelCar[2]||vId==AluguelCar[3]||vId==AluguelCar[4]||vId==AluguelCar[5]||vId==AluguelCar[6]||vId==AluguelCar[7]||vId==AluguelCar[8]||vId==AluguelCar[9]||vId==AluguelCar[10]||vId==AluguelCar[11]||vId==AluguelCar[12]||vId==AluguelCar[13]||vId==AluguelCar[14]||vId==AluguelCar[15])
{
new string[256];
format(string, sizeof(string),"Para usar este veнculo й necessбrio aluga-lo !! Para aluga digite /SEUCOMANDO - Para Sair digite /sairveiculo");
SendClientMessage(playerid, SUACOR, string);
TogglePlayerControllable(playerid, 0);
}
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
if(strcmp(cmd, "/sairveiculo", true) == 0)
{
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
}
return 1;
}
Valew ai