17.04.2015, 06:50
Quote:
Are you new to Pawn?
If you are new, you need to learn Pawn. You need to learn about defines, functions and callbacks. Anyway, I'll give you the code for what you want: PHP Code:
|
PHP Code:
public OnPlayerConnect(playerid)
{
GivePlayerMoney(playerid, StartMoney);
return 1;
}