Search Results
Quote: Originally Posted by Luka™ SetPlayerHealth doesn't work with float in 0.3, but with integer Don't give false informations.
231,708
It's laggy because this game is unoptimised shit
884
Do pawn Код: text[0] = toupper(text[0]);
370
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...
529
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...
1,007
Quote: Originally Posted by Aram555 And how to rectify an error please help? Read it, go to the line, and fix it.
1,007
Search for sscanf on samp wiki
499
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...
780
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.
583
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...
118,220
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...
1,013
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...
950
There is a constant for this: cellmax
363
Search, it was discussed recently.
521
You play the sound too far away so you can't hear it, and maybe this sound id doesn't work.
950
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...
463
There is a mistake in your sscanf format. and why using strtok then?
534
CODMW2 is well optimized, compared to CODWAW.. as developed by Infinity Ward .
724
You can't detect W, A, S, D keys, you can only detect keys that are in that list.
936