01.02.2014, 09:16
(
Последний раз редактировалось blackeagle1122; 01.02.2014 в 13:56.
)
Hi,
This callback is called when the player warps to a vehicle with cheats.
How to use:
Then,
Add this public to your gamemode
Added filterscript support! If you use PutPlayerInVehicle function in your filterscripts,put #include <OPWTV_FS> to your filterscript.
Download!(new and stable)
Pastebin(new and stable)
Download!(old)
Pastebin(old)
Credits:
This callback is called when the player warps to a vehicle with cheats.
How to use:
pawn Код:
#include <a_samp>
#include <OPWTV>//include it into your gamemode
pawn Код:
public OnPlayerWarpToVehicle(playerid, vehicleid)
{
return 1;
}
Added filterscript support! If you use PutPlayerInVehicle function in your filterscripts,put #include <OPWTV_FS> to your filterscript.
Download!(new and stable)
Pastebin(new and stable)
Download!(old)
Pastebin(old)
Credits:
- Y-Less - y_hooks