Search Results
pawn Код: dcmd_rape(playerid, params[]){                new ID = strval(params);                if(GetClosestPlayerToPlayer(playerid,ID) > RAPE_DISTANCE) return SendClientMessag...
76
nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn nnnnnn
90
Nevermind now. Was a bug in my script. Thanks anyways -_-
176
pawn Код: forward GetClosestPlayerToPlayer(playerid,ID);public GetClosestPlayerToPlayer(playerid){    new Float:dist = 1000.0;    new targetid = INVALID_PLAYER_ID;    new Float:x1,Float:y1,F...
154
pawn Код: dcmd_rape(playerid, params[]){                new ID = strval(params);                if(GetClosestPlayerToPlayer(playerid,ID) > RAPE_DISTANCE) return SendClientMessag...
154
pawn Код: public OnPlayerClickTextDraw(playerid, Text:clickedid){    if(clickedid == CommandHelp[3]) // If the player clicked on the teleportLS textdraw, teleport him there!    {        fo...
90
Oh you put it under the textdraw -_- Thank You Very Much
142
I have textdrawsize for the box but why not for the letters? What size am I ment to set them now whats default to make them clickable?
142
pawn Код: dcmd_rape(playerid, params[]){                new ID = strval(params);                if(GetClosestPlayerToPlayer(playerid,ID) > RAPE_DISTANCE) return SendClientMessag...
53
pawn Код: for(new i = 0; i < sizeof(TextDraw); i++)        {        TextDrawHideForPlayer(playerid, Generalcmds[i]);        //TextDrawHideForPlayer(playerid, CommandHelp[i]);    Â...
142
pawn Код: public OnPlayerClickTextDraw(playerid, Text:clickedid){    if(clickedid == CommandHelp[3])     {        for(new i = 0; i < sizeof(TextDraw); i++)        {        TextD...
142
Post the code in the [PAWN] [ /PAWN] Post the code inbetween there
149
Hmm I still have not solved my problemo I wonder what it is going to examine it tomorrow each script one by one.. I think its ID's.. Thanks anyways guys...
151