21.10.2011, 16:49
Quote:
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 |
- 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 ).