Timer Function not allowing compilation.
#4

pawn Код:
public UpdateLoc(playerid)
{
    new Float:PosX, Float:PosY, Float:PosZ;
    GetPlayerPos(playerid,PosX,PosY,PosZ);
    new string[64];
    format(string, sizeof(string), "%f,%f,%f",PosX,PosY,PosZ);
    TextDrawSetString(iDrawCoords[playerid],string);
    return 1;
}
Reply


Messages In This Thread
Timer Function not allowing compilation. - by ThatOneDude - 06.11.2010, 15:04
Re: Timer Function not allowing compilation. - by MadeMan - 06.11.2010, 15:07
Re: Timer Function not allowing compilation. - by ThatOneDude - 06.11.2010, 15:09
Re: Timer Function not allowing compilation. - by MadeMan - 06.11.2010, 15:11
Re: Timer Function not allowing compilation. - by ThatOneDude - 06.11.2010, 15:21

Forum Jump:


Users browsing this thread: 1 Guest(s)