Search Results
Is it possible to check for a textdraws location on the screen? (X,Y)
86
Yeah sorry I just realized, you may lock this. Thanks for the help.
79
Yeah but his downloads won't work.
79
Could anybody provide me with the needed items so that Notepad++ could recongize Pawn?
79
Hey, does anyone know the ID of the weed plant object? Thanks in advance.
66
PHP код: IsKeyJustDown(key, newkeys, oldkeys){    if((newkeys & key) && !(oldkeys & key)) return 1;    return 0;}  It wasn't made by me.
107
PHP код:     if(IsKeyJustDown(KEY_UP,newkeys,oldkeys) && Viewing[playerid] != 0 && ViewingCar[playerid] != 0)     {  and PHP код:     if(IsKeyJu...
107
^ This will not help, I just removed 7 because I wanted to add more. When we have this '[]' it means that the amount is not limited and is undefined. Thanks for trying though.
70
PHP код: C:\Users\Mark\Desktop\GRP(0.3d).pwn(849) : error 018: initialization data exceeds declared size  This is the error I get. PHP код: new RentVehicles[][3] = {  ...
70
Quote: Originally Posted by Stewie` No, You're just ignorant. There's not such a big deal with ALS Hooking. There's not any problems and it's been working since now and will be working for...
588
This is just one of my codes: PHP код: CMD:setskin(playerid, params[]) {     if(!PlayerInfo[playerid][pAdmin])         return 0;     new         id,         sk...
73
This is the command: PHP код: CMD:questions(playerid, params[]) {     if(!PlayerInfo[playerid][pTester] && !PlayerInfo[playerid][pAdmin])         return 0;     new Â...
146
^ /facepalm, i am not stupid. Anyways, I found split at the bottom of my mysql.inc. Thanks anyways.
177
Thought of that already, tried looking for it and failed. Whatever, I'll look through the includes I have, I guess..
177
Here is the stock: PHP код: stock split(const strsrc[], strdest[][], delimiter) {     new i, li;     new aNum;     new len;     while(i <= strlen(strsrc)){     ...
177