01.02.2011, 15:01
here is the problem
you should replace that with your own!
Quote:
new Float,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); new taxi=CreateVehicle(420,x+1,y,z,0,7,0,999999); new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); SetVehicleNumberPlate(taxi, name); SetVehicleToRespawn(taxi); |