Search Results
PHP код:  public LoadHouse(id, name[], value[]) {    INI_Float("XPos", HInfo[id][XPos]);     INI_Float("YPos", HInfo[id][YPos]);     INI_Float("ZPos", HInfo[id][ZPos]);    ...
86
Hello folks, im into something that i cant understand. INI_String should be built by this way name, destiantion, size so i do this INI_String("somenamehere",somecodehere, 32); and gives me this ...
86
Hello, im trying to make a house system. In create house command i currently have this: PHP код: if(sscanf(params,"si",HousePrice,HouseName)) return SendClientMessage(playerid,-1,"USAGE: /...
73
can you show where this is called, and if gTeam is global variable?
279
Just check if PlayerAcc[playerid][God] returns 1 or 0. If returns 1, just make it display on or off. (The check must be done in the /whois command. I will give a example, but im not sure it will happe...
187
if(skinid > 162 || skinid < 217) this code doesnt allow you to use skins ids higher than 162 or lower than 217 so i don't know why are you using it. If you want the play not to use the certain ...
102
after removing "0xFFFF00AA" and "0xFFFF00AA" from Quote: if(InMM[playerid] == 1)return SendClientMessage( playerid, -1, ""0xFFFF00AA"ERROR: "0xFFFF00AA"You are already in a DM arena! Type...
244
What about the code that loads your cars? can you upload it?
185
Find a older version. Adding MSVCR110.dll won't fix the problem. Your gamemode won't load anyways. - Had teh same problem tho'
114
Shouldn't you give ConvertPrice(cash[playerid] instead cash[playerid] on GivePlayerMoney(playerid,cash[playerid]); ?
137
I currently have a function witch does blah blah.. and i need to way if this fuction is active, like uhm lets say the player under the effect of animation to disable jumping. (but i need the animation...
62
Never mind, i just found it.. http://forum.sa-mp.com/showthread.ph...t=list+vehicle ya can lock.. =/
42
Why you didn't use this on 'OnPlayerTakeDamage' ? To prevent losing some CPU cause of timer? Anyways NICE ^^
407
i saw a script who attach minigun to tank and one that attach rockets to car. Search them.
120
Thank man, i seach this object from 3 months
312
are you sure that you are running linux ?!
175