17.05.2011, 14:31
Is there a way to make impossible to fix the vehicle in pay n' sprays (Because it isn't RPing).
I don't want an object to block the entrance.
Thanks,
I don't want an object to block the entrance.
Thanks,
If(IsPlayerInRangeOfPont(playerid, range, PayAndSprayX, PayAndSprayY, PayAndSprayZ)) SetPlayerPos(playerid, yourX, yourY, yourZ);
Kind of code
On player picks up the pickup with the vehicle:
{
set vehicle virtual world to 1.
set timer "a" to 10 minutes.
send the messages..
}
Timer "a":
{
changes the veh virtual world to 0.
if(money > THE_MONEY)
{
take the money;
Fix the car;
Send message
}
else
{
send error message;
}
}