Search Results
Quote: Originally Posted by Luka™ SetPlayerHealth doesn't work with float in 0.3, but with integer Don't give false informations.
71,196
It's laggy because this game is unoptimised shit
215
Do pawn Код: text[0] = toupper(text[0]);
82
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...
128
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...
326
Quote: Originally Posted by Aram555 And how to rectify an error please help? Read it, go to the line, and fix it.
326
Search for sscanf on samp wiki
122
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...
197
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.
135
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...
40,168
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...
181
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...
162
There is a constant for this: cellmax
82
Search, it was discussed recently.
127
You play the sound too far away so you can't hear it, and maybe this sound id doesn't work.
162
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...
89
There is a mistake in your sscanf format. and why using strtok then?
130
CODMW2 is well optimized, compared to CODWAW.. as developed by Infinity Ward .
163
You can't detect W, A, S, D keys, you can only detect keys that are in that list.
177