Almost perfect
#10

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    new playername[MAX_PLAYER_NAME];
    new sendername[MAX_PLAYER_NAME];
    new giveplayer[MAX_PLAYER_NAME];
    new giveplayerid;
    new cmd[256], string[128];   // add string here
    new target, idx;
    cmd = strtok(cmdtext, idx);
    GetPlayerName(playerid, playername, sizeof playername);
Reply


Messages In This Thread
Almost perfect - by marinov - 13.11.2010, 17:58
Re: Almost perfect - by willsuckformoney - 13.11.2010, 18:00
Re: Almost perfect - by New_Player[USW] - 13.11.2010, 18:01
Re: Almost perfect - by marinov - 13.11.2010, 18:10
Re: Almost perfect - by willsuckformoney - 13.11.2010, 18:11
Re: Almost perfect - by The_Gangstas - 13.11.2010, 18:16
Re: Almost perfect - by marinov - 13.11.2010, 18:25
Re: Almost perfect - by Mean - 13.11.2010, 18:28
Re: Almost perfect - by marinov - 13.11.2010, 18:30
Re: Almost perfect - by MadeMan - 13.11.2010, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)