21.07.2009, 14:26
Quote:
Originally Posted by sɹǝʞɔıus
// this will go above main(), as this is a global variable, its the car you want to use.
Код:
new car; Код:
car = CreateVehicle(Car_ID, closed_X, closed_Y, closed_Z, closed_rad_X, closed_rad_Y, closed_rad_Z); |
pawn Код:
if(carid==0)
{
SendClientMessage(playerid, COLOR_RED, "You are in");
}