[Include] RoavOwn - Simple Personal Vehicle Creator
#1

Introduction
Some days ago I've created some Personal Cars for a Friend... It was annoying so I created this Include, a Car, One line at public OnGameModeInit.

Features
  • y_hooks - Hook any callback in one line!
  • y_timers - Simple timer creation and load balancing.
How to use
vOWN:411( #Roach, 97.1, 32.2, 64.3, 300.1 );
// Or
vOWN( 411, #Roach, 97.1, 32.2, 64.3, 300.1 );
native vOWN( ModelID, uName[ ], Float: pX, Float: pY, Float: pZ, Float: zAng );


Installation
1. Remove all files from archive .rar and put in a Folder.
2. Copy files from Folder Includes into .../pawno/includes.

Download
Reply
#2

There are thousands of personal cars filterscripts...
Reply
#3

I know but one more isn't a Problem...
Reply
#4

Quote:
Originally Posted by costel_nistor96
Посмотреть сообщение
There are thousands of personal cars filterscripts...
https://sampforum.blast.hk/showthread.php?tid=284282
There are also many Anti money cheat includes, why is yours special? GTFO.
Reply
#5

Very Very nice relase Roach Good JOB!!

Usefull!
Reply
#6

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=284282
There are also many Anti money cheat includes, why is yours special? GTFO.
OFF-TOPIC, BTW... Thx for the Post...

PS: Thanks Edvin...
Reply
#7

thx for finally releasing it Roach i want some credits for coming up with the idea remember with ur rentable car system :P xD
Reply
#8

Oh, yeah Zonoya, sorry.. I will update imediatly

EDIT: Updated.
Reply
#9

Ok can u gimme some help now plz i can now make my dealer but i need a number of functions i need a function to detect the name and auto set the car to that player and the 2nd is i need a car position saving how can i do that so i can make a /park command and maybe a native to delete the car so the player can /sellcar

just some ideas that i would find useful if u added
Reply
#10

Quote:
Originally Posted by Zonoya
Посмотреть сообщение
Ok can u gimme some help now plz i can now make my dealer but i need a number of functions i need a function to detect the name and auto set the car to that player and the 2nd is i need a car position saving how can i do that so i can make a /park command and maybe a native to delete the car so the player can /sellcar

just some ideas that i would find useful if u added
Read:
  • You can do the first thing:
pawn Код:
SetvOwner( vID, uName[ ] )
{
    format( v_DATE[ vID ], [ v_Owner ], MAX_PLAYER_NAME, "%s", uName );
    return ( 1 );
}
  • For the second you can do it with Files, ( .txt ).
Reply
#11

how will that set the name to the player which buys the car O.o it has no getname function to do it :S
Reply
#12

PWNEED ! My include has pName function, ex. :
pawn Код:
SetvOwner( vehicleid, pName( playerid ) );
Reply
#13

add the functions for me and ill be happy lol
Reply
#14

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=284282
There are also many Anti money cheat includes, why is yours special? GTFO.
You gave him one hell of a punch! ++ <3

Good job "gandacule"
Reply
#15

pawn Код:
#define                 FormMSG(%0,%1,%2,%3)\
                                do{\
                                        new _S_T_R_[ 500 ];\
                                        format(_S_T_R_, sizeof (_S_T_R_), (%2), %3);\
                                        SendClientMessage((%0),(%1), _S_T_R_);\
                                }\
                                while (False)
nice coding
Reply
#16

Thx, 0... Im a 'gandac' )

PS: Ty Lorenc_
Reply
#17

Good Job. I will use it
Reply
#18

Great, Thanks !
Reply
#19

so can u include the 2 functions i asked for and thx for my siggie xD
Reply
#20

new problem i did what u suggested and lots of errors popped up on adding it to my GM
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)