Jump to content

návod Antideamx


Jáá

Recommended Posts

AntiDeAmx

 

 

 

 

interfacebk.jpg

 

Toto je program na zmenenie suboru tipu amx na pwn

. Nikto si zrejme neželá aby jeho scripty niekto zverejnoval v pwn verzii a pod iním menom ..

 

messagee.jpg

 

Ako tomu zabránit ?

 

 


#include <a_samp>

AntiDeAMX()
{
new a[][] =
{
"Unarmed (Fist)",
"Brass K"
};
#pragma unused a
}

public OnPlayerRequestSpawn(playerid)
{
return 1;
}

public OnPlayerSpawn(playerid)
{
AntiDeAMX();
return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
return 1;
}

 

 

Jednoducho !

Link to comment
Share on other sites

Tohle neni navod... btw nechapu proc tam mas public OnPlayerRequestSpawn a public OnPlayerDeath

kdyz to tam je uplne zbytecne....

 

 

[info=Lock][/info]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...