Quote:
Originally Posted by funky1234
pawn Код:
veh = CreateVehicle(blah blah) SetVehicleParams(veh, 1);
public OnPlayerCommandText(playerid, cmdtext[]) if(strcmp("/yourcommand", cmdtext) == 0) { GivePlayerMoney(playerid, -yourprice (with minus); DestroyVehicle(veh); new Float:x, Float:y, Float:z GetPlayerPos(playerid, x, y, z); CreateVehicle(blah, x+5, y+5, z); }
Something like that, thats really really basic though lol
Something basic like that
|
thanks
but where should I put in my script?