Search Results
The way I learned scripting is I went to ******* and followed some tutorials where they teach you how to make some simple DM server. Then just try to expand the stuff in that DM server like adding a v...
108
Quote: Originally Posted by Mencent Try this: • Open PAWN from "pawno-file" • Then open the script with the buttons from the programm pawno • Try to compile. What happen? - Mencent...
124
WarScore[j][i] += 1; how did you define this?
166
Quote: Originally Posted by JaydenJason https://sampforum.blast.hk/showthread.php?tid=558839 does anyone use search nowadays? Not when they post. back 8 years ago when I first started,...
93
Quote: Originally Posted by SoFahim I want to make a cmd system too. like If i add /surename (Id) (Name) . So I can easily can manage them. not with a huge time taking compile. Becuase my ...
239
What do you want to happen, explain in detail? o.O
185
nvm, someone was faster.
239
I remember something like this. Put the SetVehicleForPlayerPArams twice in there, like this: pawn Код: SetVehicleParamsForPlayer(vt1, playerid, 0, 0);SetVehicleParamsForPlayer(vt1, playerid, 0, 0...
228
Since you have a SendClientMessage, when doing the command, does it show the Message? If not: Show me the definition of this: IsPlayerNearVehicle
228
Why the return SetTimerEx? Im not sure wether this causes it but remove it and replace with a seperated line like SetTimerEx return 1;
155
Quote: Originally Posted by alexanderjb918 Код: C:\Users\ii\Desktop\roleplay.pwn(29915) : error 010: invalid function or declaration Код: CMD:gateopen(playerid, params[]) { i...
133
You could use strlen and use that as a multiplier for the box size. Like, do strlen for how it is now, wich is your default. Lets say its 50 characters. If it becomed 55 size should be multiplied by ...
109
Quote: Originally Posted by ironmen Give us your try and well help you we will not make you one and give it to you!!! That's a wrong assumption. I've seen alot of shit happening in this...
83
Replicate the scenario again. The moment this problem occurs, look at the time and give us the server log around that time. If you know the time frame without replicating then obviously you dont have ...
168
Quote: Originally Posted by AnoTek I made a level up and payday system and i've got some errors (55) : error 017: undefined symbol "PlayerInfo" Line : Код: new nxtlevel = PlayerInfo...
116
Quote: Originally Posted by RuNBoY What? Read the basic scripting on the samp wiki.
248
Quote: Originally Posted by !damo!spiderman I made this up for you... haven't really optimized it at all but it works with any value PHP код: stock formatMoney( amount,output[64...
179
Quote: Originally Posted by Mariciuc223 Hello guys , i have a little question for you : How can i make a Integer who is > 1000 to appear me 1,000 or if it's 1232344 for example it appe...
179
Quote: Originally Posted by ahmedebrahem I'm trying this and don't fixed Thats very weird. Here, I'll give an example of how I make my /pm commands, and I have to say, its similar to yo...
193