Search Results
Quote: Originally Posted by Konstantinos For the line caused the run time error: https://github.com/Zeex/samp-plugin-...ith-debug-info You assign to houseId the value of P_TEMP[playerid][...
55
Crash Detect: pawn Код: [18:52:12] [debug] Run time error 4: "Array index out of bounds"[18:52:12] [debug]  Accessing element at negative index -1[18:52:12] [debug] AMX backtrace:[18:52:12] [debu...
55
I want it to gather the ID I selected.. If I use Код: listitem it will select the listID.. not the ID.
97
Well, been experimenting more :/ Anyway, I was wondering? Is it a good idea to use a loop & if statement inside dialogs? FOr example: pawn Код: new BuildString[128], RealString[528];PLoop(p)...
97
Or you can pawn Код: #undef SELECT_OBJECT_PLAYER_OBJECT Above #define SELECT_OBJECT_PLAYER_OBJECT
136
pawn Код: new obje = MONEY_STACK;                     if(oldmoney >= 20000)                     {                         obje = MONEY_BAG;               ...
85
I created this function to save time and shorten the lines of my script. Although, when I use it sets TextDraw string to another TextDraw, Hard to explain. Sorry for confusion. In short: I am trying t...
46
Quote: Originally Posted by saikumar and what is the use of DisablePlayerCheckpoint(playerid); https://sampwiki.blast.hk/wiki/DisablePlayerCheckpoint
196
I have been developing this Furniture system for my houses.. everything loads in.. and whatnot although when I try and use the EditPlayerObject (Also tryed EditObject) function it doesn't work.. How ...
60
Updated the script. You can now /createhouse & /deletehouse.
892
Quote: Originally Posted by awsomedude What are you doing why return 2,3,4? So then when it comes to the command: pawn Код: CMD:buyclothes(playerid,params[]){    new skinid;  Â...
173
pawn Код: stock IsAPedSkin(skinid){    if(skinid == 9 || skinid == 14 || skinid == 21 || skinid == 22 || skinid == 38 || skinid == 39 || skinid == 40||skinid == 41||skinid == 43||skinid == 44||s...
173
It's because it's always returning the value of 1.
173
pawn Код: format(String,sizeof(String),"%s says: %s",NickName(playerid),text); pawn Код: public OnPlayerText(playerid, text[]) {     new String[144];     format(String,sizeof(String),"%s ...
109
iHouse Ownership Sysem Brand new 2014 ownership system for houses. Changelog: Код: You can now /createhouse & /deletehouse About this project: Well I started this a few months ago and well,...
892
pawn Код: CMD:w(playerid,params[]){    new string[128];    for(new i = 0; i < MAX_PLAYERS; i++)    {        if(sscanf(params,"s[128]",params)) return SendClientMessage(playerid,COLOR_...
86
pawn Код: new GetName[MAX_PLAYER_NAME];
136
pawn Код: format(string, sizeof(string), "You Entered a %s(%i). Owner: %s", VehicleNames[id - 400], a, sInfo[a][vOwner]);
157
Yeah, just ran the script.... it has a shit load of errors when starting too :/
199
http://forum.sa-mp.com/attachment.ph...1&d=1392985360
199