[Help] Interiors
#1

HI guys, I created a /club command where player get's tp to a club but idk what is wrong. When I use that cmd then nothing happens and I only see sky.

Codes
pawn Код:
CMD:club(playerid, params[])
{
    new string[128];
    format(string, sizeof(string), "[SYSTEM]:You have been teleported to the bar.");
    SendClientMessage(playerid, -1, string);
    SetPlayerInterior(playerid, 17);
    GameTextForPlayer(playerid, "Bar", 0, 6);
    return 1;
}
Reply


Messages In This Thread
[Help] Interiors - by nilanjay - 15.04.2012, 09:12
Re: [Help] Interiors - by Cjgogo - 15.04.2012, 09:16
Re: [Help] Interiors - by nilanjay - 15.04.2012, 09:18
Re: [Help] Interiors - by nilanjay - 15.04.2012, 09:20
Re: [Help] Interiors - by Cjgogo - 15.04.2012, 09:22
Re: [Help] Interiors - by nilanjay - 15.04.2012, 09:31
Re: [Help] Interiors - by Cjgogo - 15.04.2012, 09:43
Re: [Help] Interiors - by nilanjay - 15.04.2012, 09:47
Re: [Help] Interiors - by newbienoob - 15.04.2012, 09:49
Re: [Help] Interiors - by Cjgogo - 15.04.2012, 09:51

Forum Jump:


Users browsing this thread: 1 Guest(s)