09.10.2012, 10:19
(
Последний раз редактировалось park4bmx; 09.10.2012 в 10:50.
)
ok for some reason the CreateVehicle & CreateObject dont work in the my custume callback
and it displays the print yes
same thing with the Create object.
Also i chech the position's and yes they are all fine.
EDIT
SOVLED
well i forgot to add the floats to the callback
PHP код:
forward CreateVeh(playerid,pX,pY,pZ);
public CreateVeh(playerid,pX,pY,pZ)
{
CreateVehicle(451, pX,pY,pZ+70, 0, 0, 1, 99999999);
print("Create veh");
return 1;
}
same thing with the Create object.
Also i chech the position's and yes they are all fine.
EDIT
SOVLED
well i forgot to add the floats to the callback