Search Results
Don't open the .pwn directly. Open the editor executer in the same folder as where your .pwn file is, then Open inside the program and select the .pwn in the file viewer. Hope this helps.
70
Try to open it via the pawno executable instead of double clicking the script.
122
You mean the program itself stops? Try to run it as administrator. Make sure you open the executable and open your script there and not by clicking the gamemode itself. Go through your script if ther...
90
https://sampforum.blast.hk/showthread.php?tid=91650
150
User CP > Edit Avatar User CP > Edit Signature You can find User CP at the top left of the forums.
72
http://forum.sa-mp.com/showpost.php?...32&postcount=7
86
http://portforward.com/english/route...faultguide.htm
405
PHP код: CMD:se(playerid, params[]) {     if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)     {     if(IsPlayerInRangeOfPoint(playerid,3,354.37,1...
170
Try not to open your script by directly clicking on it, but by opening the editor executable and manually open the script via the program.
157
Consider it as some kind of progress indication.
234
Your params are "ui", why not "s"?
111
Some servers are using 0.3z, some are using 0.3x. Assuming that you have upgraded to 0.3z then the 0.3x servers won't work.
479
You are not banned. It's a known GTA bug however, I have no clue how to fix it. Wait a bit and try logging in again.
610
PHP код: forward KickPublic(playerid); public KickPublic(playerid) Kick(playerid); stock KickWithMessage(playerid) {     //SendClientMessageToAll(playerid, color, message);     S...
146
PHP код: CMD:kick(playerid, params[]) {     if (!(IsPlayerAdmin(playerid))) return 0;     new targetid, name1[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME], kickreason[128];     ...
146