12.11.2009, 12:05
Can some1 make four car commands? /flip /fix /lock /unlock
Thanks
Thanks
Originally Posted by |»Lynax«| Kerim™ TR | C-
Can some1 make four car commands? /flip /fix /lock /unlock
Thanks |
Originally Posted by Lajko1
Hello guys i need help with 1 command
ok let me explain command should be /number [number 1-3] so when player stand in pickup ArmsDJob (that i created) and he write /number 1 it will show 1 of my textdraws i maded ... anyway about this textdraws dont matter so much , just help me how to do if playerstand in pickups ex: Pickup = ArmsDJob and he write /number [number 1-3] there should something happened can you do jsut start of command for me ? i will add text draws on my own TY for any help |
Originally Posted by Gangsta50
Ok. I need an Army Convoy mission Script Please.
The only cars that can be used in the convoy mission is Sultan, Patriots, Barracks Limo and Hunter. The two main vehicles that will load/ refuel will be the limo and barracks. I also need a chat system while doing the convoy. A /cc (text). |
Originally Posted by Lilcuete
Can someone create a FS with /v get and /v park like ls-rp please but make it capable for LARP GM
|
if(strcmp(cmd, "/sethp", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /sethp [playerid/PartOfName] [health]");
return 1;
}
new playa;
new health;
playa = ReturnUser(tmp);
tmp = strtok(cmdtext, idx);
health = strval(tmp);
if (IsPlayerAdmin(playerid))
{
if(IsPlayerConnected(playa))
{
if(playa != INVALID_PLAYER_ID)
{
new string[256];
SetPlayerHealth(playa, health);
GetPlayerName(playa, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, 256, "AdmWarning: %s has set %s's hp to %d.", sendername,giveplayer,health);
SendClientMessageToAll(COLOR_GREY,string);
}
}
}
}
return 1;
}
Originally Posted by Gangsta50
Ok. I need an Army Convoy mission Script Please.
Details: Just like this GTA SA:MP Above Ultimate - Convoy Mission Watch the video, thats what I want. The only cars that can be used in the convoy mission is Sultan, Patriots, Barracks Limo and Hunter. The two main vehicles that will load/ refuel will be the limo and barracks. I also need a chat system while doing the convoy. A /cc (text). |
Originally Posted by NickTheScript
|
Originally Posted by NickTheScript
I cant make that ''Convoy mission''
btw i will try make roadblock for you |