[HELP] ??
#1

i want to make a saving line to .ini like Car = and when player buys car, "Car" will be set to 1 (Car = 1), and when he loses it Car will be set to 0 (Car = 0)

i want to make lock command, :

if(pStats[playerid][pCar] == 0)
{
SendClientMessage(playerid, COLOR_WHITE, "You don't have your own car.");
}
else
{
if( VehicleLocked[carid] == 0 )
{
SendClientMessage(playerid, COLOR_WHITE, "You locked your car");
VehicleLocked[carid] = 1;
}
else
{
if( VehicleLocked[carid] == 1 )
SendClientMessage(playerid, COLOR_WHITE, "You unlocked your car");
VehicleLocked[carid] = 0;
}

but how i can get the users car ID ? ... like for each player.

Reply
#2

Request your script at the Script Request Thread #4.



Reply
#3

Quote:
Originally Posted by Cue?vo
Request your script at the Script Request Thread #4.



he doesnt request he ask helps on how to do it stop posting the link in all topics

2.
u should use Dini to save the cars , no other way
________
HOT BOX VAPE
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)