Quote:
Originally Posted by bartje01
Hey guys. I started scripting again but I've forgot a few things because it was a little while ago.
I want to know how to check if 3 players are here:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, 1967.6681,-1155.7656,20.9705))
And when one of them uses /start in that range of point and the 3 of them are standing there.
The 3 of them must get a sendclientmessage.
How to do this?
Please help.
|
Have you tried using a foreach? Anyways, is the players somehow related; like they have to be in the same faction or at the same lvl?