Search Results
Hello guys, if I type a cmd begining with W like /wdasdsa, /weatherall, /wfdsfs etc. I receive /weaponid [id] Here is the script involved with /weaponid: Код: if(strcmp(cmd, "/weaponid", true) == ...
86
Isn't is possible to be made a command like /giveremote, and maybe the command will change a line in the player's .ini file, like pdremote - to 0 or 1. If 0 cannot use the cmd, if 1 can use the cmd. I...
155
Now and the members from BSSD, cannot do /gateopen. ? I'm confused
155
Errors: All of them are on line 18: 1. undefined symbol "PlayerInfo" 2. expression has no effect 3. unexpected token ";", but found "]" 4. invalid expression, assumed zero 5. fatar error 107: too many...
155
Where to put this in the filterscript file?
155
Can someone help me with sorting this?
155
Hello guys. I've made a filterscript that makes me a PD gate. Now I want to allow only PD officers to use it. Here is the the Faction strict: Код: if (PlayerInfo[playerid][pMember] == 6) Here is m...
155
Can someone make a tutorial, or just a steps how to make it works?
100
One more question guys. I want to make a seatbelt system. I already added a cmd /seatbelt. Here it is Код: if(strcmp(cmdtext, "/seatbelt", true) == 0) { if(IsPlayerConnected(playerid))...
100
Thank you RuiGy. What to do to make this work. Here is my script: Код: if(strcmp(cmd, "/radio", true) == 0 || strcmp(cmd, "/r", true) == 0) { if(IsPlayerConnected(playerid)) { GetPl...
140
I want to shorten Marcus_Bauer, like this: M. Bauer Is it possible? Thank you all for the responses.
140
Hello guys, is there a command that print a part of my name. Just the first letter, Like if my name is Marcus Bauer. What will be the cmd, to show just "M"
140
Hello guys, I was trying to make this, but failed. I don't have an idea, what to do. Now: When I type /r Text, it shows that: **Sergeant Marcus Bauer(radio): Text,over.** I was trying to make it lik...
52
Clarencecuzz, thank you a lot for helping me today. Can I make it in a filterscript to avoid any errors in the main gamemode? If yes, can you help me with making it as a filterscript cuz I tried and n...
103
Hello guys. I was trying to make a gate all the day. In all the ways, the script gave me errors, or the gate didn't open/close. So I finally decided that I would like an automatic gate. I mean , when ...
103