Couple of ERRORS[HELP] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Couple of ERRORS[HELP] (
/showthread.php?tid=624046)
Couple of ERRORS[HELP] -
Panten - 10.12.2016
Hello i found one mode and i compiled all and i got this you need just to help in in line "6722,"6735".
PICTURE <
http://imgur.com/a/e8vy5 >
CODE
Код:
if(DMEvent == 1)
{
if(!IsPlayerInDM(playerid))
{
TogglePlayerControllable(playerid, 0);
SCM(playerid,COLOR_WHITE,"Ako zelis da pucas idi na DM Event, da se odledis /stuck");
}
}
if(PlayerInfo[damagedid][pSaveWL] > 0)
{
// if(PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pLeader] == 2 || PlayerInfo[playerid][pLeader] == 3 || PlayerInfo[playerid][pLeader] == 20 || PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pMember] == 20)
if(IsACop(playerid))
{
if(weaponid == ORUZJE)
{
if (ProxDetectors(7.0, playerid, damagedid) && PlayerCuffed[damagedid] != 2)
{
Re: Couple of ERRORS[HELP] -
Panten - 10.12.2016
BUMP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Re: Couple of ERRORS[HELP] - iLearner - 10.12.2016
You need 2 stocks / functions:
IsPlayerInDM & ProxDetectors
Re: Couple of ERRORS[HELP] -
Panten - 10.12.2016
Can you make them?
Re: Couple of ERRORS[HELP] -
BiosMarcel - 10.12.2016
Quote:
Originally Posted by Panten
Can you make them?
|
Search for them on ******, create them yourself or search for them inside of a old godfather script ... or just stop using a godfather script ...
Re: Couple of ERRORS[HELP] -
Panten - 10.12.2016
This isnt GodFather's script idiot...
Re: Couple of ERRORS[HELP] -
SyS - 10.12.2016
Quote:
Originally Posted by Panten
This isnt GodFather's script idiot...
|
Hey hey are you here for asking questions or ? Show some respect to others.
OT: You need to define the function yourself no one can can do it untill they know about your code.