View Single Post
farawayf
Senior Member
Join Date: Jan 2019
Old 04-17-2019 , 07:59   Re: Problem on Writing file line
Reply With Quote #8

Spamming lines because function are inside of a player loop, which means functions will be performed for the number of players.

the code is not full.
i do not know the first function is client action or..

if client action

PHP Code:
    new target;
    
decl String:args[128];
    
GetCmdArgString(argssizeof(args));
    
target FindTarget(clientargstruefalse); 
if menu handle - "new target;"

Last edited by farawayf; 04-17-2019 at 08:01.
farawayf is offline