15.07.2011, 21:44
hello i make this topic for i get help from you guys how i can get the croods of the interior so when i enter it its tell me in GameText the place for example i enter pizza co interior its write behind Pizza Co
if (strcmp("/enter", cmdtext, true, 0) == 0)
{
SetPlayerPos(playerid,X,Y,Z);//Change X,Y,Z to the interior position
SetPlayerInterior(playerid, 1);//Change 1 to the interior id
GameTextForPlayer(playerid, "~w~Welcome to ~rCluck'n'Bell", 3000, 1);
return 1;
}