27.02.2012, 17:52
@TOPIC 1: Olha mano, procure um anti FLOOD.
@TOPIC 2:
OnPlayerEnterVehicle:
@TOPIC 2:
OnPlayerEnterVehicle:
pawn Код:
{
new Fala[100];
new Nome[24];
GetPlayerName(playerid,Nome,sizeof(Nome));
format(Fala,sizeof(Fala),"Ola %s! Voce entrou no veiculo %d!",vehicleid);
SendClientMessage(playerid,-1,Fala);
return 1;
}