11.09.2011, 13:22
Quote:
Well, i can't test it on my local server because i don't have enough (only one (me)) players
so if the code is a tested one that would be great! Another question, do i have to include an include to call the function GetPlayerTeam(playerid) or it is there already in an include? |
pawn Код:
OnGameModeInit()
{
OnPlayerConnect(1);
//Or you can use CallLocalFunction
return 1;
}