Los Santos Street Wars
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeUser Control PanelHome__LS-SW__Latest imagesRegisterLog in

 

 Please fix that LSPEC

Go down 
5 posters
AuthorMessage
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeMon Oct 22, 2012 2:09 pm

Players are reporting sobeit hackers (car fix/health hack/fly etc). so it's hard to ban without LSPEC command for admins.
Please fix tha:

Please fix that LSPEC Sa-mp-32
Back to top Go down
The author of this message was banned from the forum - See the message
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeThu Oct 25, 2012 1:51 pm

Bump Bump
Back to top Go down
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeThu Nov 01, 2012 1:01 pm

Bump
Back to top Go down
Faqahat
Developer
Developer
Faqahat


Posts : 1362
Points : 2147483641
Reputation : 65
Join date : 2011-08-28
Age : 27
In-game username : [BR]Faqahat

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeThu Nov 01, 2012 2:14 pm

Actually i am not able to maintain this problem my self and as you guys know that we dont have any scripter currently it may take a little while .
Back to top Go down
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeThu Nov 01, 2012 6:26 pm

[BR]Faqahat wrote:
as you guys know that we dont have any scripter currently it may take a little while

I can try to fix it
Back to top Go down
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeThu Nov 01, 2012 8:54 pm

Bump
Back to top Go down
[BR]The_Pranesh
BR Member
BR Member
[BR]The_Pranesh


Posts : 1101
Points : 1306
Reputation : 47
Join date : 2012-10-26
Age : 26
Location : India
In-game username : Pranesh

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeFri Nov 02, 2012 5:50 am

i also have a little bit experice to fix that command can this be helpful bit
if some changes should be there please tell me i'll try to make it more better

#include
#include

#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1

public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(spectate, 8, cmdtext);
dcmd(spectateoff, 11, cmdtext);
return 0;
}

dcmd_spectate(playerid, params[])
{
new targetid;

if(sscanf(params, "u", targetid)) return SendClientMessage(playerid, COLOR_USAGE, "USAGE: /spectate (id)");
else if(targetid == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_ERROR, "Invalid ID");
{
TogglePlayerSpectating(playerid, 1);
if(IsPlayerInAnyVehicle(targetid))
{
PlayerSpectateVehicle(playerid, targetid);
return 1;
}
else
{
PlayerSpectatePlayer(playerid, targetid);
return 1;
}
}
}

dcmd_spectateoff(playerid, params[])
{
#pragma unused params
TogglePlayerSpectating(playerid, 0);
return 1;
}
---------------------------------------------------------------------------------

this is also i have created

COMMAND:stebeti(playerid,params[])
{
new zid;
if(sscanf(params, "u", zid)) return SendClientMessage(playerid, 0xFF0000AA, "{FBDF89}[FunZoneLT]>> /stebeti [zaidejoid]");
if(IsPlayerConnected(zid))
{
if(ALygis[playerid] >= 1)
{
TogglePlayerSpectating(playerid, 1);
if(IsPlayerInAnyVehicle(zid))
{
PlayerSpectateVehicle(playerid,GetPlayerVehicleID(zid), SPECTATE_MODE_NORMAL);
}
else
{
PlayerSpectatePlayer(playerid, zid, SPECTATE_MODE_NORMAL);
}
SendClientMessage(playerid, orandzine, "{FBDF89}[FunZoneLT]>> Jus dabar stebite, kad baigtumete stebeti rasykite /nestebeti");
}
else SendClientMessage(playerid, raudona, "[FunZoneLT]>> Jus negalite naudoti sitos komandos.");
}
else SendClientMessage(playerid, raudona, "[FunZoneLT]>> Tokio zaidejo nera.");
return 1;
}



hope you like this
Back to top Go down
Viper
Premium Member
Premium Member
Viper


Posts : 176
Points : 275
Reputation : 19
Join date : 2012-08-01
Age : 24
Location : Republic of Croatia
In-game username : Viper[exBR]

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeFri Nov 02, 2012 9:28 am

We should fix this because it is really hard to bust some hackers without /lspec

And if Ped can try to fix it,it could be really good..
Back to top Go down
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeFri Nov 02, 2012 10:35 am

Yes i can try to fix it.
Back to top Go down
Ped_Dep
Premium Member
Premium Member
Ped_Dep


Posts : 908
Points : 1613
Reputation : 80
Join date : 2012-03-25
Age : 26
Location : Bulgaria
In-game username : Ped_Dep

Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeSat Nov 03, 2012 9:31 am

Bump
Back to top Go down
Guest
Guest




Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitimeSun Nov 04, 2012 11:44 pm

just add a admin spec filterscript
Back to top Go down
Sponsored content





Please fix that LSPEC Empty
PostSubject: Re: Please fix that LSPEC   Please fix that LSPEC Icon_minitime

Back to top Go down
 
Please fix that LSPEC
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Los Santos Street Wars :: LS Street Wars :: Bugs Report-
Jump to: