Jump to content
  • 0

pomoc [Help] Vytvorenie Auta V Autobazáre


Pribinak

Dotaz

Takže začal som robiť autobazar ale proste ked dám v dialogu napr na cheetah tak mi to auto nevytvorí prosím ak môžte pomôžte my :d

 

 

if(pozicovna[playerid] == 1) return SendClientMessage(playerid, 0xFF0000FF, "Uz mas pozicane auto");

if(GetPlayerMoney(playerid) < 49999) return SendClientMessage(playerid,0xFF0000FF,"{FF00FF} nemáš dostatok {FF0000}Peňazí {FF00FF}na kúpu tejto {FF0000}Položky!! ");

GivePlayerMoney(playerid, -50000);

sabre[playerid] = CreateVehicle(475, 549.8594,-1287.8016,16.8731,5.7889, 1, 145, 60);

PutPlayerInVehicle(playerid,sabre[playerid], 0);

SendClientMessage(playerid,0xFFFFFFFF,"Požičal sa si vozidlo Sabre na 24 reálnych minút, pokial ho chceš skorej odovzdať príd naspäť vrátiť do požičovne príkazom /vratit.");

pozicovna[playerid] = 1;

SetTimerEx("vratenie", 3600000, false, "T", playerid);

 

}

Link to comment
Share on other sites

0 odpovědí na tuto otázku

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...