Search Results
Quote: Originally Posted by NaS Code: native FindTextureFileNameFromCRC(crc, retstr[], retstr_size); With this you can find the texture filename from the CRC. And I should define it o...
181
How can I set nametag visibility only by playerdistance?
160
Do you know the reason? Or, how can I detect the skin so I can delete it? https://i.imgur.com/FwyDlGV.png
181
Quote: Originally Posted by Lewi Where i Put This ? enter pawno CTRL F ongamemodeinit press enter. go under { put UsePlayerPedAnims(); Compile it.
201
Quote: Originally Posted by TheToretto Show those errors? Makes no sense.. PHP Code: (2923) : error 017: undefined symbol "zombieskilled" (2923) : warning 215: expression...
632
Quote: Originally Posted by TheToretto Well... Don't. Your code is fine yep. I get errors about undefined symbol zombieskilled When i added new zombieskilled; it gave me a lot of mor...
632
Quote: Originally Posted by TheToretto Yes it is correct, but pInfo[playerid][ZombiesKilled] value is both the first checkpoint's and the after checkpoint. If you wan't to skip that, rese...
632
Server crashed while executing machine.amx check your machine.amx
628
Quote: Originally Posted by TheToretto Well... The code yeah why? It shouldn't give you any warnings/errors. Tell me what you're trying to do concretely with zombies etcetera. I want ...
632
Is this good? PHP Code:         case 1:         {             if((MedicJob[playerid] != 1) && (pInfo[playerid][pSkin] != 33)) return SendClientMessage...
632
No, I want to check this. If player enter"s in checkpoint (I will create the checkpoint cases) his PlayerInfo[playerid][Money] row will be saved. and if he enters in the second checkpoint, and his ...
632
PlayerInfo[playerid][Money] ++ 300 I want to make a simple script Player enters in checkpoint with 0$ (ex) Players enters in second checkpoint with 300$. If player has less than 300$ gained before e...
632
Quote: Originally Posted by v1k1nG Do you kick or ban the player under DelayedBan? yes. PHP код: forward DelayedBan(player_banned); public DelayedBan(player_banned) {    Â...
272
Quote: Originally Posted by v1k1nG I cannot imagine what is written after those .............. Please post the function entirely PHP код: stock jBan(player_banned, player_bann...
272
Quote: Originally Posted by v1k1nG PHP код: jBan(playerid, -1, "Fly Hack4", 0);  Please post this PHP код: tock jBan(player_banned, player_banner, reason[],Â...
272
Quote: Originally Posted by Infin1ty Код: return 1; you could also try setting a 100ms timer of sorts before kicking the player. I just copied a small part of the onplayerupdate, j...
272
Bump, fly hack is flooding my MYSQL database, but player does not get kicked.
272
PHP код: public OnPlayerUpdate(playerid) {         static Keys,ud,lr;         GetPlayerKeys(playerid,Keys,ud,lr);         new animname[32], animlib[32];       ...
272