Problem
#2

pawn Код:
if (strcmp("/signal", cmdtext, true) == 0)
{
    new Float:x, Float:y, Float:z, SignalObj;
    GetPlayerPos(playerid, x, y, z);
    SignalObj = CreateObject(18674,x,y,z, 0.0, 0.0, 96.0);
    SetTimer("Signal", 5000, false);
    return 1;
}

forward Signal();
public Signal()
{
    DestroyObject(SignalObj);
    return 1;
}
Structure should look like this
Reply


Messages In This Thread
Problem - by Twinki1993 - 07.01.2012, 16:19
Re: Problem - by BlackWolf120 - 07.01.2012, 16:22
Re: Problem - by Twinki1993 - 07.01.2012, 16:51
Re: Problem - by BlackWolf120 - 07.01.2012, 17:05
Re: Problem - by Psymetrix - 07.01.2012, 17:16
Re: Problem - by BlackWolf120 - 07.01.2012, 17:32
Re: Problem - by Twinki1993 - 07.01.2012, 18:25

Forum Jump:


Users browsing this thread: 1 Guest(s)