Search Results
Quote: Originally Posted by MWahyuDinarta now i get this D:\ACNR\pawno\include\a_http.inc(22) : error 021: symbol already defined: "HTTP" irresistible\cnr\features\visage\poker.pwn(55) : ...
11,839
Quote: Originally Posted by MWahyuDinarta how to fix it, now my pawno still compiling the script. never ends and never finished. spent much time, plz help Follow this make sure every st...
11,839
You can ctrl+f "P_ACCOUNT_DATA" and put Banned under it. it will look like this pawn Code: enum P_ACCOUNT_DATA{   //Other things  ID, //<---- This is an example.  Banned}; And Change this ...
728
pawn Code: enum p_Info{    Banned};new SInfo[MAX_PLAYERS][p_Info];forward LoadUser_data(playerid,name[],value[]);public LoadUser_data(playerid,name[],value[]){    INI_Int("Banned",SInfo[playerid]...
728
pawn Code: enum PlayerInfo{    Banned};new SInfo[MAX_PLAYERS][PlayerInfo];forward LoadUser_data(playerid,name[],value[]);public LoadUser_data(playerid,name[],value[]){    INI_Int("Banned",SInfo[p...
728
You can search in filterscripts board https://forum.sa-mp.com/forumdisplay.php?f=17 Or here are some https://sampforum.blast.hk/showthread.php?tid=596543 https://sampforum.blast.hk/showthread.php?...
366
Wrong section my friend. Here: https://sampforum.blast.hk/showthread.php?tid=447813
293
You can check this https://sampforum.blast.hk/showthread.php?tid=616103 then do it in reverse.
543
Firs you must get if player state if he is driver or passenger pawn Code: new pstate[128];    switch(GetPlayerState(playerid))    {        case PLAYER_STATE_DRIVER: pstate = "Driver";     ...
340
Coordinates mean checkpoint? if yes, check this Here For Freezing Here and for timer Here and for repairing vehicle Here pawn Code: Pay(playerid, Cash){      //Change this to what your server use...
259
make sure that rotations.inc is in your include folder ex: ServerFolder/pawno/include/rotations.inc
254
PHP Code: #define COLOR_BLACK 0x000000AA new slex_part1_zone; public OnPlayerConnect(playerid) {     SetGameModeText("SLEX 4.0");     slex_part1_zone = CreatePlayerGangZone(playeri...
382
Wrong Section. https://sampforum.blast.hk/showthread.php?tid=447813
76
Quote: Originally Posted by StevenLV Sorry for bump but i need help in this! #include <foreach>
1,650
Why these people keep posting like these find scripter here: https://sampforum.blast.hk/showthread.php?tid=447813 or just find a basic CnR gamemode http://forum.sa-mp.com/forumdisplay.php?f=71
132
Quote: Originally Posted by kovac Here you go. PHP Code: format(string, sizeof(string), "{FF0000}[STATS] {FFFFFF}Kills: %d, Deaths: %d, Ratio: %0.2f, Hit accuracy: %d", Us...
172
you can search for colors ... i recommend you the color picker 0x006AFFFF or {006AFF}
99
Quote: Originally Posted by Shadow0707 wrong section. https://sampforum.blast.hk/showthread.php?tid=447813 wrong section for this.
180
wrong section. https://sampforum.blast.hk/showthread.php?tid=447813
180