Quote:
Originally Posted by Giroud12
Change
pawn Код:
PlayerInfo[playerid][pPrisonReason] = cache_get_field_content(0, 41, handle),
to
pawn Код:
PlayerInfo[playerid][pPrisonReason] = cache_get_field_content(0, 41, handle);
Change all of them
|
Thanks
But I Still Confused.Why I can't use ',' and must use ';' for all? Why in other script i can use ','.Sorry For bad english