Need help with one /pm command
#3

Line 90
pawn Код:
tmp = strtok(cmdtext,idx);
Line 91
pawn Код:
if(!strlen(tmp)) return SendClientMessage(playerid,0xFF0000FF,"USAGE: /PM (id) (message)");
Line 93
pawn Код:
gMessage = strrest(cmdtext,idx);
Line 94
pawn Код:
if(!strlen(gMessage)) return SendClientMessage(playerid,0xFF0000FF,"Usage: /pm (id) (message)");
Line 96
pawn Код:
GetPlayerName(id,iName,sizeof(iName));
Reply


Messages In This Thread
Need help with one /pm command - by Smokkr - 29.11.2012, 15:57
Re: Need help with one /pm command - by N0FeaR - 29.11.2012, 16:06
Re: Need help with one /pm command - by Smokkr - 29.11.2012, 16:12
Re: Need help with one /pm command - by NumbSkull - 29.11.2012, 16:49
Re: Need help with one /pm command - by iTzZh - 29.11.2012, 17:11
Re: Need help with one /pm command - by tyler12 - 29.11.2012, 17:12
Re: Need help with one /pm command - by Smokkr - 29.11.2012, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)