18.03.2011, 12:53
Quote:
Its also slow and inefficient. Please do not post if you don't know what you're talking about.
@Woody: You have an if(response) right at the top, so everything below it only runs if your response = 1. Remove that if you want your code to work. |
pawn Код:
case 4512:
{
RemovePlayerFromVehicle(playerid);
SendClientMessage( playerid, WHITE, "You pressed buy!" );
}
Or did i misunderstood you? do you mean the if(response) at top or in the case?