Search Results
Hello! I want to make a textdraw which shows to the hitmans the players which have a contract. Something similar to the police wanted list. Any help?
61
If I type something like "/le Hello!" it will send to the leaders: /le Hello!; not just Hello! Please help me! This is the code: if (strcmp("/le", cmdtext, true, 3) == 0) { new string[128...
96
Hmmm. Now I seen that /s and /me also doesn't work, but they worked! Why
143
Hello! I want to make a /heal command with answering system. So, the medic is offering to heal the player for a sum of money, and the player can accept this offer or not. Well, I don't know how to scr...
52
Quote: Originally Posted by xMCx pawn Код: if (strcmp("/le", cmdtext, true, 10) == 0){newstring[128],leader[24],orgname[118],text[100];if(!IsLeader(playerid)) return SendClientMessage(...
143
Hello. I want to make a good /pay command, so I want the receiver to be near the giver, but I don't know how to script this! Any help?
95
format(string,sizeof(string), "%s leader %s: %s", orgname, leader, text); Still not working!
143
Hello! I made this command but I cannot make it work properly. It has three variables, but it doesn't support text. If I say something like: /le Hello! it says: SERVER:UNKNOWN COMMAND; but if I type o...
143
Hello! I have two filterscripts: LuxAdmin (admin system) and organization (organizations system). I want to create an admin chat in the SECOND filterscript (organization), but I don't know how, becau...
54
But I want to remove only that pickup, not all of them!
158
Hello! I wanna set this interior as the VLA's HQ: http://weedarr.wdfiles.com/local--fi...urhbergers.jpg But, I want to remove the default singleplayer pickup in this interior, or to make it unaccesib...
158
Quote: Originally Posted by MarkoN Remove pawn Код: SetPlayerFacingAngle(playerid,11.2675); pawn Код: SetPlayerFacingAngle(playerid,338.9939); Oh, my GOD! THANK YOU! REP+!
227
Quote: Originally Posted by Hyperfire Can you post the whole code? public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == Intext) GameTextForPlayer(playerid,"~r~ TYPE /OU...
227
Quote: Originally Posted by Hyperfire Post the OnPlayerPickupPickup code so we can see what is going on. This is a pickup: HitmanHQ = AddStaticPickup(1239, 1, 1081.0978,-344.8295,73.9...
227
Hello! I have a little problem with the pickups! When I walk on them, they rotate my player. Do you know why?
227
Thank you, but I solved this problem in my own way! Thanks anyway!
98