|
|
#11 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2010
Location: Zagreb, Croatia
Posts: 990
Reputation: 39
|
Thanks all
-How about to attach a 3D text over the head and set the health to 10000 + freeze him? |
|
|
|
|
|
#12 |
|
Big Clucker
![]() ![]() Join Date: Mar 2011
Location: iLegaL.exe
Posts: 130
Reputation: 2
|
xD.
find public OnPlayerCommandText And do this: (pss: you can just copy paste it) :P Code:
if(strcmp(cmdtext, "/afk", true) == 0)
{
TogglePlayerControllable(playerid, 0);
new string [128];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string,sizeof string,"%s is afk now (Away From Keyboard).",pName);
SendClientMessageToAll(green, string);
return 1;
}
Code:
if(strcmp(cmdtext, "/back", true) == 0)
{
new string [128];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string,sizeof string,"%s is back now (Back To KeyBoard).",pName);
SendClientMessageToAll(lightblue, string);
TogglePlayerControllable(playerid, 1);
return 1;
}
#define lightblue 0x00FFFFFF #define green 0x00FF00FF Last edited by bestr32; 05/03/2011 at 12:32 PM. |
|
|
|
|
|
#13 |
|
Big Clucker
![]() ![]() Join Date: Mar 2011
Location: iLegaL.exe
Posts: 130
Reputation: 2
|
There u go a simple afk system.
|
|
|
|
|
|
#14 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2010
Location: Zagreb, Croatia
Posts: 990
Reputation: 39
|
Yes, and you can spam with it...
|
|
|
|
|
|
#15 |
|
Big Clucker
![]() ![]() Join Date: Apr 2009
Location: India
Posts: 93
Reputation: 0
|
Good work.
|
|
|
|
|
|
#16 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2010
Location: Zagreb, Croatia
Posts: 990
Reputation: 39
|
|
|
|
|
|
|
#17 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Jan 2011
Posts: 861
Reputation: 15
|
Cool
|
|
|
|
|
|
#18 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2010
Location: Zagreb, Croatia
Posts: 990
Reputation: 39
|
|
|
|
|
|
|
#19 |
|
Little Clucker
![]() Join Date: Mar 2011
Posts: 3
Reputation: 0
|
awsome dude
![]() nice mod
|
|
|
|
|
|
#20 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2010
Location: Zagreb, Croatia
Posts: 990
Reputation: 39
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FilterScript] || Simple TAX System || | mrcoolballs | Filterscripts | 12 | 25/03/2013 09:52 AM |
| [FilterScript] Simple Pm system | Tessar | Filterscripts | 4 | 06/09/2011 05:06 PM |
| [FilterScript] A simple AFK system | Ironboy | Filterscripts | 4 | 24/05/2011 09:10 AM |
| [FilterScript] [FS] Simple GPS System | Jofi | Filterscripts | 12 | 05/09/2010 12:20 PM |
| Simple Job system | Haji | Filterscripts | 13 | 13/08/2009 08:33 PM |