Search Results
Your command doesn't show any errors, you need to update your sscanf2 and it'll work fine
262
I guess what you want it
pawn Код:
#define COLOR_GREEN 0x33AA33AAmypickup = CreatePickup(..........................................public On...
328
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
306
Код:
: 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 ...
306
Код:
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...
306
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),"...
306
It's case sensitive, check the capitals and small letters
316
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+...
183
pawn Код:
if(HouseInfo[playerid][hOwner] == 1) { format(string, sizeof string, ""COLOR_GREEN"Owner: "COLOR_WHITE"%s \n", Name); //error line HouseInfo[playerid][hLabel] ...
124
Solved, sorry for spam
what I did? added [MAX_PLAYERS]; to AdminGatesMove because PlayerOneSecondVariable only works for a player, sorry for forums spam
181
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...
181
Quote:
Originally Posted by SuperViper
pawn Код:
GetVehicleModel(GetPlayerVehicleID(playerid))
That made it work!
thank you
and thank you MP2 also
220
still no effect
pawn Код:
if(newstate == PLAYER_STATE_DRIVER) { //Law Enforcement Vehicles +4 stars if(GetVehicleModel(playerid) == 598 || GetVehicleModel(playerid)== ...
220
make sure you're admin 1337 or more.
192
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...
220