Help please :((((
#1

How to make PlayerInArea with Send message?

How to make if player says /give then another player gets +1 to skill how to do that?

Thanks again I hope you will help me...
Reply
#2

pawn Код:
stock IsPlayerInPlace(playerid,Float:XMin,Float:YMin,Float:XMax,Float:YMax ) // PlayerInPlace stock. Edit yourself for messages
{
new RetValue = 0;
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z );

if( X >= XMin && Y >= YMin && X < XMax && Y < YMax )
{
    RetValue = 1;
}
return RetValue;
}
Skill: click me
Reply
#3

thanks for your reply
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)