Search Results
Finally I got my house system saving working properly. But the only problem is the 3DLabelText is not updating when I input a text. I had to restart the gamemode everytime in order to load the new upd...
81
Quote: Originally Posted by Dragony92 You can't and you don't need to. There is no need for those timers, you can check player's position before setting house name, and also you need to e...
297
Someone please tell me how to convert this to y_timers? Quote: SetTimerEx("housename",3000,false,"is",playerid, inputtext);
297
Good idea phoenix that is really helpful. This is what I did btw. Dialog 1: PHP код:             if(listitem == 0)             {                 Sho...
297
@[MG]Dimi thanks, I think this the problem below. I think I know now what could be the problem. I need to be in a range of IsPlayerInRangeOfPoint( playerid, 2.0..) (which is near the house icon picku...
297
btw I got this GetHouseID! as you can see it returns to -255. but i don't know exactly how to fix it. PHP код: stock GetHouseID( playerid ) {     for ( new i = 0; i < MAX_HOU...
297
The script below works almost completely. But the problem after a Player set his house name, the house name saves but the House ID is not saving correctly. It shows -255 in the mysql_logs. MYSQL_LOG ...
297
I need help. I'm trying to make my own Rename House script because the fs that I have downloaded doesn't have. So I'm not sure what exactly to do and how to make it right. Edit: The dialogs is now sh...
133
Help. I'm trying to convert a gamemode from r5 to r39 but it I got no luck. It says Код: error 035: argument type mismatch (argument 1) PHP код: stock CheckPlayerAccount( playerid ) { ...
58
It looks like the skin are not still saving, after hitting Spawn it shoul've changed the value to the skin id of the player which he chooses and IsSavedSkin should be 1. Am I missing something? @th...
127
CreateDynamicObject - Doesn't have limit CreateObject - Limit is 1000 Also check the stream distance of the objects. Код: //CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Floa...
99
Thanks for the tips @Freaksken But I solved it using this. Putting it under OnPlayerRequestSpawn and adding Код: skinid = GetPlayerSkin(playerid); PHP код: public OnPlayerRequestSpawn(...
127
I need help guys. I want to save the skin of the player directly to MySQL after they choose their desired skin on onPlayerRequestClass but I don't know how and what the correct format script is. This...
127
No not a real map editor. I just need a simple ingame map editor that can find and edit the object position. Because there are over 30,000 pre-made objects in my gamemode and I just want to find the e...
116
how can I select and show the objects details (position or id) It's like a /dl command
116
Thanks crayder but I would rather choose your filterscript. lol. I tried it but it's so complicated as the objects in the gamemode has 34101 objects in the script im not lying. So yeah thanks for th...
116
Basically I have mixed up objects in the gamemode that I've downloaded, no labels to find the exact object position. So i'm looking for an ingame object editor that can search the ID of the object and...
116
Yeah, I guess I have no choice. Plus, the errors are only around 20+ so it will not take a lot of time lol. Edit: someone please help me convert this to R39 format? PHP код: stock CheckPlaye...
110
Quote: Originally Posted by Jack_SMalls That's because you're not using any defined usage of the MySQL functions. What version are you coming from? R5? YES! My gamemode is using R5. A...
110
So after updating my MySQL Plugin to the latest one which is R39-5 and compile my gamemode. this errors shows Quote: (2953) : error 035: argument type mismatch (argument 1) (2979) : erro...
3,859