Search Results
Problem still exists. When im in vehicle and I spawned a new one it didn't pick my current facing angle. Код: function CarSpawner( playerid, model ) { new Float:x,Float:y,Float:z, Float:angl...
90
oh thanks I got it. Also the problem was there's an special vehicle that doesn't link with the CarSpawner function that is why it keeps facing the North. Ill figure it out +rep
90
EDIT: MATZ Problem. It's not working. It keeps spawning at the angle N. North minimap. EDIT2: On foot it doesn't work But when i'm inside the vehicle then I spawned a veh then its good.
90
Can someone please help me fix this one. I'm trying to spawn my vehicle to the same angle as the player. Код: function CarSpawner( playerid, model ) { new Float:x, Float:y, Float:z,...
90
I need a help with this problem. I'm trying to fix it but I couldn't find the exact lines. Example of the incorrect syntax Код: Msg 156, Level 15, State 1, Line 14 Incorrect syntax near the keywor...
93
LOL DINI saving system, not that good enough mate . But good script tho. I'd rather use mysql than old rusty dini saving system and i'm pretty sure if you have a lot of players the server will lag and...
2,178
Quote: Originally Posted by Cypress The problem could be when you spawn the player after he enters his password to log in. For example if you are using SetSpawnInfo and it's skinid is set ...
110
Quote: Originally Posted by HY pawn Код: #define PATH "/Skins/%s.ini"//Enumsenum sInfo{    Skin}new SkinInfo[MAX_PLAYERS][sInfo];forward LoadUser_data(playerid,name[],value[]);public...
110
Hi. i'm having problem with this skin spawning as cj. Every time I choose different skin under request class, it always spawn as CJ Skin. Now, the /skin command is working fine, it shows the skin I wa...
110
Quote: Originally Posted by Nightkill I'm using R39-2 which I think it's the latest. cool! I hope someone help me with this. I tried using R39-2 but it shows warning Quote: ...
286
Quote: Originally Posted by Nightkill Instead of mysql_query i use Код: mysql_format(mysql, sql, sizeof(sql), "SELECT * FROM yourtable"); mysql_tquery(mysql, sql, "", ""); which v...
286
Quote: Originally Posted by Abagail It's easy to upgrade to r33+. Just use the a_mysql from r33 and show us the errors, and we'll be able to help you. Okay thanks, so after upgrading th...
286
i'm using blueg mysql r7, then after compiling iHouse v2 filtersript by Brandon_More it shows "error 017: undefined symbol "mysql_query" Is there any way to fix it, to make it compatible with mysql ...
286
Quote: Originally Posted by Rudy_ ok show a bit of more code, Upper part solved it thanks +rep
95
Quote: Originally Posted by Rudy_ wtf? pawn Код: elsenew str[256]; Just use 1 strcat and add option 5, 6, 7 to the first one, It should work Same line same errors showing. Here...
95
Hi. can someone please help me make strcat work on ondialogresponse? because the dialog I was making is too long so I had to use strcat. If you noticed I've added new string after else Код: ...
95
Amazing! Thanks Threshold ++ rep good job explaining the last 2 codes.
125
Quote: Originally Posted by RockyGamer Well, then just make this: pawn Код: public OnPlayerPickUpPickup(playerid, pickupid){    if(pickupid == lvapickup1)    {        SetPlayer...
125
I need a little help. The codes below works so good but the problem was every time my health goes below 100 hp. Let say 70 hp then I picked up a health, now my health became 120 hp (It goes over 100 h...
125