Search Results
People please. I really need help. The problem is, that a variable is always 0. That variable is "id". Check this out, the current command: pawn Код: if(strcmp("/sms", cmd, true) == 0)    {  Â...
190
Bump. Can somebody just try to help me?
190
Quote: Originally Posted by BuuGhost There's a few issues with your script. pawn Код: new gMessage[256];        new Message[256]; These string don't need to be that big, the max ...
190
Quote: Originally Posted by [NWA]Hannes Here you only check if the number has the same length as the number param, you dont check if the number is correct. Try using strval but I have no ...
190
So what I was trying to do, was create an /sms command by taking the /pm command from 'base' filterscript that you get when you download server files. In this command, I'm using a player variable for ...
190
Quote: Originally Posted by justinnater new Code: CallRemoteFunction[MAX_PLAYERS]; near the top of the script. No idea if this might work. Sorry for wasting your time, but what I did ...
152
Is there anyone who can help me? :/
152
Quote: Originally Posted by HellSphinX dunno try this it might work. pawn Code: return CallRemoteFunction("GivePlayerCash","ii",playerid, money); Didn't work either
152
Quote: Originally Posted by [FU]Victious Why are you bumping after 2 hours? This is the first bump in my entire life. I'm really sorry, I don't know when can I bump, but I really need t...
152
So I got the GarHouse system and I got my server-sided cash. Problem is, I can't link those two, because of this one really really stupid error: pawn Code: (59) : error 017: undefined symbol "CallRe...
152
Hello, I've just started using the basic "attachments" filterscript, it's a filterscript that you get when you download the server files. Yesterday I tried to make the attachments save to a file, but ...
58
Quote: Originally Posted by BaubaS pawn Код: manager = GetPlayerId("Allen_Blaxland"); Aciu labai! +rep.
85
I need to get specific player's ID from their name. Now I don't know what seems to be the problem, but I still get an error. So here's the function: pawn Код: stock GetPlayerId(Name[]){    for(...
85
Thanks alot guys, all of you helped me alot
124
I have a filterscript called AVS. It's basically a car-ownership system. I tried to make a command where an admin could give a vehicle to a player. What I did was, I took /addv (which is a command to ...
124
Quote: Originally Posted by VincentDunn If you define a new enum for the filterscript. The gamemode variables will mix up. Just move the functions. It's not that hard copying/pasting a fun...
78
Quote: Originally Posted by VincentDunn Command needs to be in the gamemode, or else you'll get undefined symbol errors. pawn Код: CMD:repair(playerid, params[]){    if(PlayerInfo[pl...
78
I made a /repair command in a filterscript and I need help integrating PlayerInfo from my GameMode to the filterscript. You'll get the point when you see the codes. So here's the command: pawn КоÐ...
78