25.02.2010, 22:17
okay this is my idea i want a command [p2p <player1 id> <player2 id>
i know how to check if the two targets are online and move them thats easy. its getting 2 or more varubles from params which is my problem. this command needs 2 inputs. but i have another command i am working on that meeds 4 like /blahh 123 123 123 123. what would be a good method to get them?
Код:
dcmd_p2p(playerid, params[])
{
}

