Search Results
thanks, but i dont use the mysql plugin, its just in an filterscript including <a_samp>
97
Can anybody confirm that OnPlayerEditAttachedObject is working at the moment? Thats my code and i dont get the Test Message Code: public OnPlayerEditAttachedObject(playerid, response, index, model...
97
PHP код: new hour,minute,seconds;                                          gettime(hour,minute,seconds);                        ...
115
you still use color instead of any color you defined before. SendClientMessageToAll(red, string); should work for example
68
You have to define colors, when you want to use them. #define COLOR_BLUE 0xFF0000FF SendClientMessageToAll(COLOR_BLUE, "Test"); or you just use the ColorCode directly: SendClientMessageToAll(0xFF0...
68
Can anybody confirm that OnPlayerEditAttachedObject is working at the moment? Thats my code and i dont get the Test Message Код: public OnPlayerEditAttachedObject(playerid, response, index, mod...
55,535