Search Results
It's Fakecmd not facecmd lol It's more like a request soyou need to request that command here
66
For that I want to see your code, if you don't want to expose you can also PM me.
106
https://sampwiki.blast.hk/wiki/ApplyAnimation
58
Useful! Thanks for sharing!
346
It's a password hashing code. In the userfiles, it won't save the exact password user chosen, It'll hash in udb and save it. #include <dudb>
56
Useful Gamemodes https://sampforum.blast.hk/showthread.php?tid=287675
91
Right above the forward you might have forgotten the ;
85
https://sampforum.blast.hk/showthread.php?tid=435214
198
It says previously, you have defined LGDTeam as an array Most probably it's like LGDTeam[MAX_PLAYERS]; So you need to add LGDTeam[playerid] everywhere.
161
For the point part, try returning the SCM, which I've done it. For the failed part, I don't know, it looks alright to me. EDIT: I've made an array that makes the RobFail to 1 when player failed and ...
108
Your mapping code vanished or the objects wont show up?
114
Updated, check if it works. The link is the same as above. EDIT: Updated again, now it'll work.
178
I just added those setting into the script. Tell me how you want the intro so that I update it.
178
Only thing I don't like about SA-MP Map Editor is that we don't have any alternative key to MMB, what if someone is on laptop? :\
99
Added! http://www.soomrotayab.com/samp/PPC_Trucking.pwn Download the .pwn file and replace to the old one. Go into it and compile. If get any error, post here, if not it's good to go.
178
Add those. pawn Код: forward ShowSubtitle(text[], seconds, ...);new SubtitleTimer[MAX_PLAYERS];
110
Introduction It's another basic starter release of paintball system. ST's Paintball System is good for new scripters who want to make a Freeroam or Role-Play scripts. It effectively prevents the p...
120
You have to show us the variable you give the to check the if player is in event. This is an example of mine. pawn Код: // on event startnew count = 0;new string[128];new name1[MAX_PLAYER_NAME];f...
159