15.01.2014, 21:29
You used to receive int data from mysql using mysql_fetch_int("team", pInfo[playerid][pTeam]); then you should use SetPlayerTeam(playerid,pInfo[playerid][pTeam]); as you get it , it won't work with gTeam because it's a global variable default global variables = 0 that's why it won't work!
Edit: if that's not working , make sure it saves the variable at your mysql database
Edit: if that's not working , make sure it saves the variable at your mysql database

