Search Results
Quote: Originally Posted by Luka™ SetPlayerHealth doesn't work with float in 0.3, but with integer Don't give false informations.
94,053
It's laggy because this game is unoptimised shit
254
Do pawn Код: text[0] = toupper(text[0]);
111
Using dini_IntSet ? Assuming the player's money loaded from his ini file is stored in the variable money[playerid]: pawn Код: //when playerid arest someone:money[playerid] += 2500;dini_IntSet(play...
179
You have this error: Код: (3818) : error 001: expected token: ";", but found "return" This mean, on line 3818 (or near this line), there is a "return" found, and the compiler expected a ";" before...
450
Quote: Originally Posted by Aram555 And how to rectify an error please help? Read it, go to the line, and fix it.
450
Search for sscanf on samp wiki
171
Quote: Originally Posted by patchkinson its a very good OS, but if u have everythin u want, buy another HDD and windows 7 then try it out, if you dont like it use your old HDD!! You can...
240
Does it really need to be forwarded? Only timers functions, callbacks, and functions called by CallRemote/LocalFunction have to be declared as public, anything else should not.
180
Quote: Originally Posted by kymsar absolute to add/minus a value,uses for x,y,z 's value ++ Код: forward fadd(a,value); forward Float:ffadd(Float:a,Float:value); public fadd(a,valu...
48,830
If you want the exact position as in single player: Closed: 2927 -> 215.941, 1874.571, 13.903 2929 -> 211.842, 1874.571, 13.903 Open: 2927 -> 219.941, 1874.571, 13.903 2929 -> 207.842, 1...
336
Some sounds are looping, and you have to stop it by playing sound id <your sound id + 1>. Exemple from AudioEvents.txt: Код: SOUND_GARAGE_DOOR_START 1153 SOUND_GARAGE_DOOR_STOP 1154 If you...
254
There is a constant for this: cellmax
119
Search, it was discussed recently.
180
You play the sound too far away so you can't hear it, and maybe this sound id doesn't work.
254
It's not that simple, and the easiest way is to use a macro. Your code converted to a macro: pawn Код: #define printc(%1); \{\  new Hour, Minute, Second;\  gettime(Hour, Minute, Second);\  new...
126
There is a mistake in your sscanf format. and why using strtok then?
194
CODMW2 is well optimized, compared to CODWAW.. as developed by Infinity Ward .
208
You can't detect W, A, S, D keys, you can only detect keys that are in that list.
263