20.11.2009, 23:26
existe algun callback para cuando alguien se cae de la moto o cuando el auto va a toda velocidad preciona F y cae rodando?
if(PlayerInfo[playerid][pSalirVeh] == 1) { PlayerInfo[playerid][pSalirVeh] = 0; new stringtosee[255]; new sendername[MAX_PLAYER_NAME]; GetPlayerName(playerid, sendername, sizeof(sendername)); new ftext[255]; format(stringtosee, sizeof(stringtosee), "* %s Sale rodando del vehiculo", sendername); ApplyAnimation(playerid,"MD_CHASE","MD_HANG_Lnd_Roll",4.1,0,1,1,1,0); ProxDetector(30.0, playerid, stringtosee, 0xC2A2DAAA,0xC2A2DAAA,0xC2A2DAAA,0xC2A2DAAA,0xC2A2DAAA); return 1; }