31.12.2018, 17:13
:3 Its because :3 you defined a variable :3 locally :3 and tried using it :3 globally :3 so instead :3 you should move the line :3
from under :3 the cmd :3 to the top of the script :3 like so :3
instead of :3
it should be :3
Код:
new none, SAPD, SAMD, SANA, SAGS;
instead of :3
Код:
CheckPlayerFactName(playerid) { new fact = pInfo[playerid][pFaction]; new none, SAPD, SAMD, SANA, SAGS;
Код:
new none, SAPD, SAMD, SANA, SAGS; // Top of the script CheckPlayerFactName(playerid) { new fact = pInfo[playerid][pFaction];