Symbol is never used problem
#2

Код:
stock CreateDynamicCPLabel( thetext[100], thecolor, Float:x, Float:y, Float:z, Float:size, worldid, interiorid, playerid, Float:streamdistance, thetestlos) 
{ 
    new DynamicCP, Text3D:textlabel;
    DynamicCP = CreateDynamicCP(x, y, z, size, worldid, interiorid, playerid, streamdistance); 
    textlabel = CreateDynamic3DTextLabel(thetext, thecolor, x, y, z, streamdistance, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, thetestlos, worldid, interiorid, playerid, streamdistance); 
    return 1; 
}
NOTE: UNTESTED
Reply


Messages In This Thread
Symbol is never used problem - by E7mad - 11.02.2016, 12:02
Re: Symbol is never used problem - by Godey - 11.02.2016, 12:12
Re: Symbol is never used problem - by PrO.GameR - 11.02.2016, 13:23
Re: Symbol is never used problem - by K0P - 11.02.2016, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)