11.11.2018, 02:38
(
Последний раз редактировалось Leaky; 11.11.2018 в 05:02.
)
PHP код:
// Question 1
if(issuerid == INVALID_PLAYER_ID)return 1;
{
if(gTeam[playerid] == gTeam[issuerid] )
{
return 0;
}
2)/*So far i haven't seen any errors. If you get some i'd suggest you posting them here or better yet there are some threads posted around with error/warning fixes you can read those to learn*/
3)//Not sure what you mean by rejoin his/her position.
4)
CMD:changeteam(playerid)
{
ForceClassSelection(playerid);
}