18.03.2011, 02:09
Thanks for your reply! but ive tryed that but nothing happends when i press cancel :/.
pawn Код:
case 4512:
{
if (response)
{
RemovePlayerFromVehicle(playerid);
SendClientMessage( playerid, WHITE, "You pressed buy!" );
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage( playerid, WHITE, "You pressed cancel!" );
}
}