Search Results
SAMP doesn't support UTF8 so you can't use utf8 encoding in SendClientMessage sadly. (SAMP only supports ASCII encoding at the moment)
187
You have to change pInfo[playerid][Ban] to pInfo[playerid][Banned] Ban is a native function you can't use it as a variable name.
230
Change OnPlayerDisconnect(playerid) to OnPlayerDisconnect(playerid, reason)
230
Posting the /stats command and naming function/definitions would help
216
Show us your new code? Also what do you mean by "put another object behind that"? You have to replace the original object id with the new obj id and not to create another object behind that.
394
You should use FCNPC plugin then, Here is the link for you https://github.com/ziggi/FCNPC/releases
1,066
I guess you have to take a look on this https://github.com/samp-incognito/sa...ugin/issues/31 https://github.com/samp-incognito/sa...gin/issues/262 However could you post list of plugins that's you...
257