Question with function
#3

pawn Код:
forward OnPlayerStartGame(playerid,text[]);
public OnPlayerStartGame(playerid,text[])
{
     printf("Test 1: %s",text);
     format(var,sizeof(var),"Bye");
     printf("Test 2:%s",var);
     return 1;
}
Reply


Messages In This Thread
Question with function - by BuLLeT[LTU] - 18.07.2011, 17:55
Re: Question with function - by Raimis_R - 18.07.2011, 17:59
Re: Question with function - by swieberdevos - 18.07.2011, 18:01
Re: Question with function - by Jeffry - 18.07.2011, 18:05
Re: Question with function - by Roko_foko - 18.07.2011, 18:10
Re: Question with function - by BuLLeT[LTU] - 18.07.2011, 18:11
Re: Question with function - by BuLLeT[LTU] - 18.07.2011, 18:16

Forum Jump:


Users browsing this thread: 3 Guest(s)