Search Results
(facepalm) forgot about them, ty
40
I get warning 213: tag mismatch when I use floatstr
40
its good, but you've some mistakes, first of all you should resave all PHP files in UTF-8 (WITHOUT BOM) second, do you tested it on crashing mysql by spamming?
205
I'm sending from fs the enum to gm pawn Code: CallRemoteFunction("callMe","ddd",0,shit,PlayerInfo[0][shit]);forward callMe(playerid,key,date);public callMe(playerid,key,date){    PlayerInfo[playeri...
65
I'm tring at moment just with one variable and after will try to use more, and if will be alright will use in gm
65
Quote: Originally Posted by ****** You realise that you've removed the most vital information to diagnosing the problem right? what you mean?
65
well, I need to transfer player's stuff from FS to GM but I get error, what's wrong? FS CODE pawn Code: #include <a_samp>enum pInfo{    shit}new PlayerInfo[MAX_PLAYERS][pInfo];public OnFilter...
65
as how as I remember in SAMP you can't damage vehicle while inside of it there are no players, but in MTA you can [ame]http://www.youtube.com/watch?v=oOJeyGBg13I[/ame]
35
put all files of editor into GTA folder
33
Quote: Originally Posted by redha How about tablets? at moment at tables exist game GTA 3 but I think later will apear and GTA San Andreas
51
for future, if you continue won't use object but at start to set object material then use it pawn Code: SetDynamicObjectMaterial(CreateDynamicObjectEx(3494,1707.723,-2528.046,1027.546,-0.000,0.000,0....
1,110
pawn Код: public InfractPlayer(playerid){    SetTimer("InfractTimer",1000,false);    return 1;} here you failed a bit, the gm or will crash or won't work the function should be SetTimerEx("Inf...
205
well, could anybody to make function AttachPlayerToObject, I just need it, I tried to disable control of player but anyway is look ugly
2,623
Quote: Originally Posted by K3nX Use this, take some parts out considering of your GM. PHP код: CMD:goto(playerid,params[]) {     if(AdminLevel[playerid] >= 5) {     n...
45
Quote: Originally Posted by DobbysGamertag NEVER do this. It's bad practice. All #pragma unused, pragma tabsize's and such are awful. this function just avoid warning and nothing else
53
pawn Код: ShowStats(playerid,targetid){if(IsPlayerConnected(targetid)) {SendClientMessageEx(playerid, COLOR_GREEN,"_____________________________________ ___________________________________________...
46
if you don't want to clean it out then use Код: #pragma unused CivPedsFemale #pragma unused CivPedsMale
53