Spawn Private car
#1

Hey there!
how can i spawn my Private car to me?

My Name : [EDZ]Kidoz
Car Name : mycar;

Thanks!!
Reply
#2

show us some more codes man... we cant make something out of mycar...
Reply
#3

Hmmm This one?

https://sampforum.blast.hk/showthread.php?tid=283929
Reply
#4

Help Please!! :HELP:
Reply
#5

pawn Код:
if(strcmp(cmdtext, "/mycar", true)==0 )
    {
        new pOwnerName[MAX_PLAYER_NAME];
        new Float:x, Float:y, Float:z;
        GetPlayerName(playerid,pOwnerName,sizeof(pOwnerName));
        if(strcmp("[EDZ]Kidoz",pOwnerName,true) == 0)
        {
            if(!IsPlayerInAnyVehicle(playerid))
            {
                GetPlayerPos(playerid,x,y,z);
                SetVehiclePos(mycar,x+5,y,z);
                GameTextForPlayer(playerid, "Wellcome to Your Car", 3000, 5);
            }
        }
here you go buddy +rep if i helped
Reply
#6

Cool,Ty!
Reply
#7

DELETED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)