18.03.2018, 18:43
Hey!
So I'm trying to save ban details to playerdata. I made this under player data
{
pBanAdmin[256],
pBanReason[128],
}
and this under ban command
{
pInfo[pID][pBanAdmin] = pInfo[playerid][pName];
pInfo[pID][pBanReason] = reason[64];
}
and I used print for debugging and it gives me this.. Im trying to fix this for quite some time now.. please help if anyone knows..
https://i.gyazo.com/0a8b894e7dda1352...cd5521fdb1.png
So I'm trying to save ban details to playerdata. I made this under player data
{
pBanAdmin[256],
pBanReason[128],
}
and this under ban command
{
pInfo[pID][pBanAdmin] = pInfo[playerid][pName];
pInfo[pID][pBanReason] = reason[64];
}
and I used print for debugging and it gives me this.. Im trying to fix this for quite some time now.. please help if anyone knows..
https://i.gyazo.com/0a8b894e7dda1352...cd5521fdb1.png