Search Results
Are you able to remove objects inside interiors?
30,300
There are plenty tutorials regarding login & register systems, ranging from file-based or MySQL based. The help of a scripter is completely un necessary when you can do yourself by following it ca...
93
Simple but helpful, good job.
534
pawn Код: COMMAND:setmoney(playerid, params[]){    new targetid, amount;    if(sscanf(params, "ui", targetid)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /setmoney [PlayerID/Name]...
216
pawn Код: TextDrawColor(Nesto0, -1); I don't really use TextDraw's and aren't that familiar with them, but this is confusing me slightly? Why is it -1, according to the wiki https://sampwiki.bla...
128
Quote: Originally Posted by Vince It's because you are creating a size 2000 local variable. I don't think this happens if that variable is global, because global variables are stored in an...
108
Evening guys, I'm adding and playing around with 3D Text Labels for my current project, I'm planning on releasing this game mode once it's ready but that's besides the point. I've added this into my...
108
When a player inters the house, set the players virtual world and interior different? https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld https://sampwiki.blast.hk/wiki/SetPlayerInterior
135
I don't see this > https://sampwiki.blast.hk/wiki/TextDrawCreate Plus, I don't see where "Nesto0" or "Nesto1" is defined. You might need to show me a little bit more code for me to help you buddy.
128
I have tried that tutorial actually, it worked fine for me. I didn't mean any disrespect, you seem like you've took offence?
2,156
You should search before posting. Look through the tutorials, there are tutorials on how to dynamically move gates (objects) it's much easier if you learn yourself for future preference than just usin...
165
This may sound stupid but you might have the incorrect PAWNO open. If you have multiple folders for scripting make sure you open the PAWNO in the folder of the gamemode you are trying to compile, if t...
112
You need gvc.inc in your includes folder. "cannot read from file 'gvc'" means what it says. Search for the gvc include, drag it into your Includes folder and compile.
112
I've already replied lol? also he said "I'm new to scripting" the first option you gave him isn't basic, he's not bound to understand at all. Thus the reason why I gave him something extremely simple.
216
No problem buddy. Seeing as you are new to scripting this will be your best friend! https://sampwiki.blast.hk/ That will surely help you!
216
You'll need to position your vehicles according to the new mapping. Then the vehicles won't scatter round, they will be in the X, Y, Z you positioned them to be.
153
Try using the following: pawn Код: if(GetVehicleModel(vehicleid) == 596 && PlayerInfo[playerid][pMember] != 1)SendClientMessage(playerid, COLOR_GREY, "You aren't allowed to enter this vehi...
234
Sorry for my late reply, PM me your team viewer details.
283
pawn Код: COMMAND:help(playerid, params[]) {     SendClientMessage(playerid, COLORHERE, "Here is a list of commands: /heal, /fix, /kill, /jetpack, /me"); // Change the color to what ever your c...
216