23.07.2010, 09:37
Comum Question:
How i create an interior
I want to put the interior id3 in my HQ but i dont know how to do
How i create an interior
I want to put the interior id3 in my HQ but i dont know how to do
if(strcmp("/hq", cmdtext, true, 10) == 0) { SetPlayerPos(playerid,X,Y,Z); //Change for cords X, Y, Z of your interior SetPlayerInterior(playerid,3); SendClientMessage(playerid,0x33AA33AA,"Welcome to the HQ"); return 1; }