Search Results
I think that what are you trying to find ? Code: public OnPlayerTakeDamage (playerid, issuerid, Float:amount, weaponid, bodypart) { //Do something } You will take the issuerid and check if he is ...
193
Actually I didn't understand how could I call the compiler to execute?
116
Hello, I came here to ask few questions and I don't know if it's the right place to ask...anyway I'm a python programmer I have just created a text editor that you can write your code in it, instead o...
116
PHP код: public OnPlayerConnect(playerid) {     if (IsPlayerNPC(playerid)) return 1;     return 1; }  PHP код: public OnPlayerDisconnect(playerid, reason) {    Â...
98
Any way to convert my image to script of textdraw NOTE: img2textdraw didn't work. Thanks..
81
PHP код: // TOP OF SCRIPT #include <a_samp> #include <zcmd> new killtimer[MAX_PLAYERS], bool:IsAfk[MAX_PLAYERS]; //ADD THESE LINES INTO YOUR PUBLICS public OnPlayerT...
159
https://sampwiki.blast.hk/wiki/TextDrawCreate
88
DO you have an admin system ? if yes post for me the command that set player an admin.
159
ok after some minutes I'll post here afk and back command with limit of afk in 10 minutes
159
and also back from afk command.
159
Post forward IdleKick(); also post the timer line
159
How I can spawn in front of vehicle if I have coordinates of it (x, y, z)? Thanks in advanced.
90
Is there any way to make my own animation?? if yes what is the steps ?. Thanks in advanced!.
86
PHP код: CMD:editgate(playerid, params[]) {     new file[256], pass[256];     pass = dini_Get(file, "Password");     new Float:speed = 0;     if(sscanf(params, "s[128]...
119
My own gate system works perfectly on my pc (samp-server) but on my online server (host) not works The commands works but when I use /editgate open or /editgate close cordinates of gate not changing. ...
119
All exterior in my server is dropping me in blueberry what's wrong ?
47
Thanks problem solve with downloading streamer.
124