Search Results
Hei Is this: Код: if( !IsAtPoint( playerid ) ) { SendClientMessage( playerid, COLOR_WHITE, "Se"); SendClientMessage( playerid, -1, "Sa" ); } Same as this: Код: if( !IsAtPoint( playeri...
94
Whatever name I write, it says Name is. What's wrong.. ?
142
Код: new dName = strval(inputtext), g_Query[ 1000 ] ; format(g_Query, sizeof(g_Query), "SELECT * FROM police WHERE kname = '%s'", dName); mysql_query(g_Query); if(mysql_num...
142
Help neeeded! +1 REP !! Simpy that it checks DB and this name I searched.
142
hello guys. I was creating one system and I have the following things at mysql Код: id name text Now, im selecting these like this: Код: format(Query, sizeof(g_Query), "SELECT * FROM police...
142
Hey. I want such kind cmd like it puts player into the closest vehicle. I have already a function GetClosestVehicle, but how will I put the player into that vehicle ? Thanks for responding.
54
But you were wrong.. I just found mistake, I needed to put all this under OnGameModeInit.. It's Ok Thanks for helping anyways, I just figured out one gate system and it's a bit complicated :d
202
Gates are moving with an other function. I just want to know why it says that gID is never used when it's actually used.
202
I have this above. new gID; it says that it's never used, but I used it.
202
Quote: Originally Posted by [SP]Mr.Kakashi[WP] Many rule breaker here First thing that i have ever read in posting thread is - Don't post a tittle thread like "Need help fast" thats annoy...
202
Код: (9) : error 010: invalid function or declaration (3716) : warning 203: symbol is never used: "gID" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. Line 9 КоÐ...
202
Код: (549) : error 028: invalid subscript (not an array or too many subscripts): "gInfo" (549) : error 028: invalid subscript (not an array or too many subscripts): "sAAuto" (549) : warning 215: e...
44
Quote: public OnGameModeExit() { foreach(Player, i) update(i); UpdateCars(); UuendaMajad(); KillTimer(accountupdate); mysql_close(); KillTimer(Spido); return 1; } ...
89
My server isn't shutting down .. Code: [18:23:35] --- Server Shutting Down. And thats it.. Server is not shutting down. My hoster said that something is wrong with my Gamemode, because other servers...
89
Watch my code with logic, if I change it, then it means other == invalid ID and how he teleports to there !?
110
Code: CMD:goto(playerid, params[]) { new other; if(sscanf(params,"u", other)) return SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /goto [Id/Nme]"); new Float:plocx,Float:plocy,Float:plocz;...
110
Help! There must be any solution.. http://forum.sa-mp.com/showthread.ph...ghlight=sscanf
110
I use 0.3c, and I have sscanf2 also in use.. Any other solution ?
110
Hei.. I have problem, I got one GM, and any command I use it says player isn't connected, even /goto. But it worked before .. I haven't change anything.. Please help, I have no clue how to fix it. ...
110
It doesn't work. It displays name: None
83