Quote:
Originally Posted by Too
[PAWN] if (strcmp("/entergarage", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, -709.9, 964.1, 581.0 ![Cool](images/smilies/cool.gif) ;
SendClientMessage(playerid, 0x388e8e, "Welcome to Johns Garage");
return 1;
}
[PAWN]
How can I keep the player in their car when they enter the garage?
|
Lock vehicle with player still in it ?