CreateVehicle & CreateObject dont work in a custom callback
#1

ok for some reason the CreateVehicle & CreateObject dont work in the my custume callback
PHP код:
forward CreateVeh(playerid,pX,pY,pZ);
public 
CreateVeh(playerid,pX,pY,pZ)
{
    
CreateVehicle(451pX,pY,pZ+7000199999999);
    print(
"Create veh");
    return 
1;

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
Reply


Messages In This Thread
CreateVehicle & CreateObject in a custom callback[SOLVED] - by park4bmx - 09.10.2012, 10:19
Re: CreateVehicle & CreateObject dont work in a custom callback - by Roel - 09.10.2012, 12:05
Re: CreateVehicle & CreateObject dont work in a custom callback - by park4bmx - 09.10.2012, 12:21

Forum Jump:


Users browsing this thread: 1 Guest(s)