Search Results
Код:
C:\Users\Toni\Desktop\Project Liberales\gamemodes\IG.pwn(28670) : error 017: undefined symbol "LOG_ERROR"
Код:
mysql_log(LOG_ERROR | LOG_WARNING);
264
Код:
C:\Users\Toni\Desktop\Project Liberales\gamemodes\IG.pwn(27246) : warning 213: tag mismatch
C:\Users\Toni\Desktop\Project Liberales\gamemodes\IG.pwn(27246) : warning 202: number of arguments ...
264
tried on this way ...
but same problem
im not sure I understood you good... english is not my main language...sry for that
Код:
case 10: {
if( GetVehicleModel( GetPlayerVehicleID( pl...
189
public OnPlayerEnterCheckpoint( playerid ) {
Код:
case 10: {
if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == 431 && GetPlayerState( playerid ) == 2 ) {
if(...
189
PROBLEMS:
1. PUBGTimer doesn't work all, just part of him... when you go to pubg (cmd: pubg) it shuts down, doesn't show all of his
2. I need to type FEW! times BOTH CMDS (cmd: pubgnapusti & cmd:...
232
Well, guys.. I (tried) make simple job , but I have problem with 1st CP..
When I come to 1st CP , it nothing happens, like I'm not there...
Код:
BusLinija[ MAX_PLAYERS ],
Код:
case 10: {
...
189
im working on PUBG event in my GM
i have few problems...
Код:
// pubg
enum PUBGjao {
PUBGTime,
pID
}
new PUBGInfo[ PUBGjao ];
Код:
forward PUBGTimeR();
forward PUBGTimeR( );
Код:
// =...
232
Код:
forward OnIncomingConnection(playerid, ip_address[], port);
native BlockIpAddress(ip_address[], timems); // blocks an IP address from further communication (wildcards allowed)
native UnBlockI...
275
[12:51:40] [warning] client exceeded 'ackslimit' 109.92.105.85:54899 (108 Limit: 1000/sec
[12:51:51] [part] Pietro_Savastano has left the server (0:0)
EDIT: what number i should put (now is 1000)
wh...
275
How to resolve this? It happens usually..
Код:
SendRconCommand("reloadbans");
into Ongamemodeinit?
275
Textdraw size's are all fine...
its should be problem somewhere else?
i think in dialog... because TD's are fine, but only when i double click that dialog to choose, opening some else dialog...
real...
468
I don't need to hide TD... TD's are shown all them time, its like menu of TD's...
http://prntscr.com/id4wyg | http://prntscr.com/id4x21
Any why its black font when cursor is above, and blue font whe...
468
Yep... can use double click on dialogs which opens on TD click...
dialog_spol (on double click) opening - > dialog_spol
dialog_country (on double click - choosing country) opening - > dialog_s...
468
Код:
CMD:dropgun( playerid, params[] ) {
if( PlayerInfo[ playerid ][ xLevel ] < 3 ) return GRESKA( playerid, "Morate biti level 3+ da bi mogli dropati oruzje." );
if( GetPlayerState( playe...
267
Код:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
if( playertextid == RegisterTD[ playerid ][ 17 ] ) {
SPD( playerid, dialog_REGISTER, DSI, "Registracija", "Passwo...
468
Nah, you didnt understand me.. i dont want on pickup...
http://i50.tinypic.com/v83hxi.jpg
I need create weapons on ground like that. Without pickup
EDIT: Yes, i have Drop/Pick system... but idk how...
267
Yes, clickable TD opens dialog...
And dialog_country on choosing opens dialog_spol like you press TD for dialog_spol but you just tried to choose country
468
Is possible to spawn on some map island weapons on ground? Like spawned weapons able to collect?
I have inventory sys and else, but idk how to spawn weapons on ground
267