Search Results
Your command doesn't show any errors, you need to update your sscanf2 and it'll work fine
134
I guess what you want it pawn Код: #define                   COLOR_GREEN                   0x33AA33AAmypickup = CreatePickup(..........................................public On...
233
I SWEAR i GET THESE WHEN i REMOVE NAME[] AND VALUE[] Код: error 017: undefined symbol "name" error 017: undefined symbol "value" ON ALL LINES LOADHOUSE INI_INT
186
Код: : error 017: undefined symbol "name" \ : error 017: undefined symbol "value" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 14 Errors. whenever I remove the name[] and ...
186
Код: error 035: argument type mismatch (argument 1) for LoadHouses(v,i); and when I remove Код: for(new v = 0; v < MAX_PLAYERS; v++) it says undefined symbol v thanks though someone els...
186
I need to load the houses pawn Код: stock LoadHouses(name[],value[]){    new file[60],houseowner[24];    for(new i = 0; i < MAX_HOUSES_BUILT;i++)    {        format(file,sizeof(file),"...
186
remove pawn Код: new string[128];
96
It's case sensitive, check the capitals and small letters
219
I'm converting from SSI to Y_INI and need to know how to do it example: pawn Код: stock LoadHouses(name[],value[]){    new file[60],houseowner[24];    for(new i = 0; i < MAX_HOUSES_BUILT;i+...
108
Giving RCON to all admins isn't safe.
51
pawn Код: if(HouseInfo[playerid][hOwner] == 1)    {        format(string, sizeof string, ""COLOR_GREEN"Owner: "COLOR_WHITE"%s \n", Name); //error line        HouseInfo[playerid][hLabel] ...
69
Solved, sorry for spam what I did? added [MAX_PLAYERS]; to AdminGatesMove because PlayerOneSecondVariable only works for a player, sorry for forums spam
96
pawn Код: //under onplayerupdate    //AdminGates move    if(IsPlayerInRangeOfPoint(playerid, 3.0, -84.8094,-1636.9061,3.8391) || IsPlayerInRangeOfPoint(playerid, 3.0, -78.7850,-1662.4958,3.675...
96
Quote: Originally Posted by SuperViper pawn Код: GetVehicleModel(GetPlayerVehicleID(playerid)) That made it work! thank you and thank you MP2 also
100
still no effect pawn Код: if(newstate == PLAYER_STATE_DRIVER)    {        //Law Enforcement Vehicles +4 stars        if(GetVehicleModel(playerid) == 598 || GetVehicleModel(playerid)== ...
100
I tried me and a friend to solve it, but it didn't work out pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    new string[256];    new zone[MAX_ZONE_NAME];    new pname[M...
100