26.09.2012, 22:32
Hello maybe someone can lead me to the point...
I want to make simple hotwire mission.. With random cars.. How can I do it?
I want to make simple hotwire mission.. With random cars.. How can I do it?
switch(random(2))
{
case 0: // User has failed or succeeded in hot wiring. [Option 1].
case 1: // Same situation, content would fall in accordingly. [Option 2].
}
if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, -1, "You aren't the driver of a vehicle.");