Need help fast. +1 rep
#4

PlayerInfo is the name of the enum and PInfo is the name of the array. You've used the opposite in your code so either swap those two or change PlayerInfo to PInfo. Few of them:
pawn Код:
PlayerInfo[id][Jailed]
PlayerInfo[id][JailTimer]

PlayerInfo[playerid][Jailed] = 0;
and it should be:
pawn Код:
PInfo[id][Jailed]
PInfo[id][JailTimer]

PInfo[playerid][Jailed] = 0;
Reply


Messages In This Thread
Need help fast. +1 rep - by Jesper00 - 24.02.2014, 14:48
Re: Need help fast. +1 rep - by KaliKs - 24.02.2014, 14:51
Re: Need help fast. +1 rep - by Jesper00 - 24.02.2014, 14:56
Re: Need help fast. +1 rep - by Konstantinos - 24.02.2014, 15:10
Re: Need help fast. +1 rep - by KaliKs - 24.02.2014, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)