Search Results
Can someone tell me why this /weps command shows blank dialog instead of player's weapons?
pawn Код:
CMD:weps(playerid, params[]){ if (Player[playerid][Level] < 1) { retur...
109
Bad then. System looks good, from textdraws to options, but not hashing password is bad.
1,896
How password are hashed in database? With SHA256?
1,896
I have this code to create in automatic the map icons for gas pumps:
pawn Код:
CreateDynamicMapIcon([pumpX], PumpData[i][pumpY], PumpData[i][pumpZ], 55, 0, 0, .streamdistance = 2000.0);
But when...
173
Im getting argument mismatch at those lines:
pawn Код:
USA_CP_SHOP = CreateDynamicCP(-250.0965,2602.7275,62.8582,88.2492,3.0,-1,-1,-1,100.0); GERMANY_CP_SHOP = CreateDynamicCP(-1478.7811,264...
136
Can you show me an example on how to use that loop?
443
Do you think removing space Pawno will compile it?
365
I have this dialog but seems too long and cant compile. I know i have to use strcat but idk how to do it with the DIALOG_STYLE_LIST
pawn Код:
CMD:obj(playerid){ if (Player[playerid][Vip] &l...
365
I have this coordinates:
pawn Code:
new Float: WepShop[MAX_WEP_SHOPS][e_shops] = {{-85.2422, -1165.0312, 2.6328},{-90.1406, -1176.6250, 2.6328},{-92.1016, -1161.7891, 2.9609},{1941.6562, -1778.4531,...
443
pawn Код:
public OnLoginDate(extraid, username[]){ if (!IsPlayerConnected(extraid)) return 0; static rows, fields, date[36]; cache_get_va...
252
Well, lucky me i still have my ooooooooooold game mp account so this problem doesn't affect me. However im sad for the new servers, without game-mp not accepting new accounts will be very hard to popu...
4,238
I'm using Blueg's MYSql R41-2 and i have this code:
pawn Код:
public OnLoginDate(extraid, username[]){ if (!IsPlayerConnected(extraid)) return 0; static rows, ...
252
Do i need to use the compact version or the standard?
282
@Logic_ where i should put that debug code?
@Gamminx, im using the compact version of gangzones (gangzonesc.inc).
I tried to remove it and i got this errors while compiling:
warning 202: number of ...
282
What's wrong with that line? How can that code block everything? However, this gTeamData array:
Код:
new const gTeamData[][e_TEAM_DATA] =
{
{"Usa", TEAM_USA_COLOUR},
{"Germany", TEAM_GERMANY_C...
282
No, the Capturing in 30 doesnt even show. I just got that message and nothing more. No progress bar, no capturing, no flash.
This is OnZoneUpdate:
Код:
public OnZoneUpdate(zoneid)
{
switch(gCa...
282
I made a gangzone system thanks to Gammix's tutoril and i'm testing it a bit. When i enter the gangzone cp to start taking over, i get just the message "The zone is controlled by ... stay in cp for 30...
282
To increase it's value you mean to do, when a player ranks up, Player[playerid][Rank] ++; right?
334