Search Results
Код: stock WriteAdminLog(playerid, string[]) { new File:adminfile, name[256], admintext[256], writetext[256]; GetPlayerName(playerid, name, sizeof(name)); format(admintext, sizeof(admintext), "...
61
Код: forward ts(playerid); Код: public ts(playerid) { ... }
61
Hi all, I need help with godmode. I wanna make 10sec godmode after spawn (OnPlayerSpawn). I think that it's make with 2 timers, but I can't work with them... Please help
78
But it's still not working!
148
I have a small FS that should show you how long are you on server, but it works only for id 0... Please HELP Pastebin: http://pastebin.com/f69a1797d Код: #include <a_samp> #define FILTER...
148
You are right, I want to help with timer, because I can't use timers...
187
I have this: Quote: dcmd_bounty(playerid, params[]) { new tmp[256], idx, pid, pmoney; tmp = strtok(params, idx); if(!strlen(tmp)) { Usage(playerid, "Usage: /bounty [id]"); ret...
187
For player which has value of string Bounty 1... But it can be more players than 1
187
Hi all, could some1 help me with this: I want to change color of player which has string Bounty == 1 each second. From black to white, after 1 sec from white to black etc... Thx
187
Here are new links pwn: http://rapidshare.com/files/235684872/changecolor.pwn amx: http://rapidshare.com/files/235685057/changecolor.amx
249
Quote: Originally Posted by Weirdosport I'm not sure why you made "new color[100]" an array, as you only use cell 99... that's 99 wasted cells, 1 used cell... And what happens if the playe...
249
This is my first FS. We (me and bjehna) are making our SA server and I've made this FS from our GM... Here is a PasteBin link: http://pastebin.com/d48b1d22
249