Search Results
Quote: Originally Posted by Luka™ SetPlayerHealth doesn't work with float in 0.3, but with integer Don't give false informations.
25,811
It's laggy because this game is unoptimised shit
55
Do pawn Код: text[0] = toupper(text[0]);
28
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...
39
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...
60
Quote: Originally Posted by Aram555 And how to rectify an error please help? Read it, go to the line, and fix it.
60
Search for sscanf on samp wiki
29
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...
37
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.
29
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...
16,620
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...
38
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...
32
There is a constant for this: cellmax
29
Search, it was discussed recently.
30
You play the sound too far away so you can't hear it, and maybe this sound id doesn't work.
32
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...
32
There is a mistake in your sscanf format. and why using strtok then?
35
CODMW2 is well optimized, compared to CODWAW.. as developed by Infinity Ward .
50
You can't detect W, A, S, D keys, you can only detect keys that are in that list.
41