24.04.2012, 17:58
64 bit server
I like these:
pawn Code:
|
SetVechicleDamage
native HideAllTextDraws(bool:toggle);//including all textdraws which are using on server to hide with this function
AttachObjectToVehicle(objectid, vehicleid, x, y, z, rotx, roty, rotz, scale:x, scale:y, scale:z);
native ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
native ShowPlayerDialog(playerid, dialogid, style, caption[], info[], buttons[]);
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], "Close"); |
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], "Okey\nClose"); |
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], "Yes\nNo\nI don't know"); |
OnVehicleTakeDamage(vehicleid, issuerid, Float:amount, weaponid);