19.07.2014, 23:09
Is there any way to add commands into a map and a checkpoint into that map that teleports you into an interior and when player is in interior he can /dance etc?
SetPlayerInterior(playerid, interiorid);
if(GetPlayerInterior(playerid) == YourInteriorID)
{
Execute command......Do what you want
}
else
{
Dont execute command....
}