09.12.2009, 01:54
Thanks
need that code
EDIT: its not working, it just spwans the hydra on my head!
need that code
EDIT: its not working, it just spwans the hydra on my head!
Код:
if(strcmp(cmd, "/Hydra", true) == 0) { new Float:x, Float:y, Float:z, vehicle; GetPlayerPos(playerid, x, y, z); vehicle = CreateVehicle(520, x, y, z, 82.2873, 0, 1, 60); PutPlayerInVehicle(vehicle, playerid, 0); return 1; }