Please help me command
#7

pawn Код:
CMD:mycommandhere(playerid,params[])
{
    new Float:cz;
    new Float:cy;
    new Float:cx;
    new skin = GetPlayerSkin(playerid);
    GetPlayerPos(playerid,cx,cy,cz);
    object = CreateObject(skin, cx , cy+1 , cz,   -12.30000, -87.30000, -1.56000);
    object1 = CreateObject(skin, cx , cy+1 , cz,  -12.30000, -87.30000, -1.56000);
    return 1;//This
}
Reply


Messages In This Thread
Please help me command - by xganyx - 12.07.2013, 13:33
Re: Please help me command - by JaKe Elite - 12.07.2013, 13:35
Re: Please help me command - by DaRk_RaiN - 12.07.2013, 13:38
Re: Please help me command - by xganyx - 12.07.2013, 13:54
Re: Please help me command - by xganyx - 12.07.2013, 14:02
Re: Please help me command - by xganyx - 12.07.2013, 14:57
Re: Please help me command - by arjanforgames - 12.07.2013, 15:01
Re: Please help me command - by xganyx - 13.07.2013, 00:29
Respuesta: Please help me command - by PHudson - 13.07.2013, 00:37
Re: Please help me command - by Sandiel - 13.07.2013, 00:37

Forum Jump:


Users browsing this thread: 1 Guest(s)