17.04.2015, 05:55
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:
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:
public OnPlayerConnect(playerid)
{
GivePlayerMoney(playerid, 50000);
return 1;
}