Search Results
nope, even if I do a random address like no other houses have it, it would go on test3 and then to test last. It doesn't even go to test4 now. Or is it the strcmp is making the problem? Im not sure i...
98
Hello, here is a command that I was doing last night. pawn Код: CMD:haddress(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] < 4)    {        SendClientMessageEx(playerid, COLO...
98
Quote: Originally Posted by V1ceC1ty https://sampforum.blast.hk/showthread.php?tid=472852 This, That happens if you buy Hosted Tab from ColorHost, I don't get the 'hosted tab disappeare...
430
works, but how do I format it then? For example, here's my command. pawn Код: CMD:otext(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 4 || PlayerInfo[playerid][pMapper] == 1) ...
184
Here's the code, all it do is make the object invisible, and no text on it. Is there anything that I need to know regarding this function? pawn Код: SetDynamicObjectMaterialText(DynamicObjectInfo...
184
Figured it out, set it to 0 if you want to hide the object!
120
Thank you kind sir. EDIT: Could anybody explain what is the Materialsize for and how to use it ?
120
SetObjectMaterial, tell me more about it please?
120
Hello, First of, I don't know if it's the right place or not, to post this. But I need to know what is the function called to create Texts. Its not 3DTextLabels, but its more likely like a text objec...
120
What do you mean? Did you mean like, Add a Timer for 2 seconds And checks if the player is still in the same coord after the timer ends, continue the timer again? If the player isnt, destroy the Text...
126
Hello SAMPians :P, Is there a way to create a textdraw if player is in range of point and destroys the textdraw as soon as the player leaves the point? If so, can you tell me how to do so, and where...
126