Search Results
(facepalm) forgot about them, ty
84
I get warning 213: tag mismatch when I use floatstr
84
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?
693
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...
165
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
165
Quote: Originally Posted by ****** You realise that you've removed the most vital information to diagnosing the problem right? what you mean?
165
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...
165
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]
140
put all files of editor into GTA folder
140
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
169
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....
2,314
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...
443
well, could anybody to make function AttachPlayerToObject, I just need it, I tried to disable control of player but anyway is look ugly
7,041
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...
129
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
164
pawn Код: ShowStats(playerid,targetid){if(IsPlayerConnected(targetid)) {SendClientMessageEx(playerid, COLOR_GREEN,"_____________________________________ ___________________________________________...
111
if you don't want to clean it out then use Код: #pragma unused CivPedsFemale #pragma unused CivPedsMale
164