Search Results
Quote: Originally Posted by Arramis Hello guys, I've just updated to this method, and I wonder.. My weapons don't get deleted from the database, how should I make a query to delete everyth...
7,737
EDIT: Please delete, didn't notice the double post..
170
Quote: Originally Posted by SiaReyes oh, can you show the full warning? Well, now I am getting confused..I've tried compiling it with pawno and it gave no errors, now when I go back to ...
170
Quote: Originally Posted by SiaReyes You can find that in a_samp.inc. I don't know for what it is used for. You can comment it! Code: public const SAMP_INCLUDES_VERSION = 0x037030; We...
170
Hello guys, a weird warning I am getting, I am updating to mysql r41-4 plugin, and once I installed the new plugin, and copy pasted the script from here Now, the script works fine and everything wor...
170
Quote: Originally Posted by Runn3R Where do you even save the pRegistered value in the script? I don't see the code. here's my code: Код: // ---------------------------- [ SA:MP De...
263
Quote: Originally Posted by Kaperstone if(PlayerInfo[playerid][pRegistered] = 0) should have two == thanks that fixed the warning but now when i log in i still see the tut even when i ...
263
hey guys, i am trying to check if the player is registered with this code: Код: forward SkipSpawn(playerid); public OnPlayerRequestClass(playerid) { TogglePlayerSpectating(playerid, true); ...
263
Quote: Originally Posted by Kaperstone EDIT: you don't have `case 3:` rofl my bad, any tip about how i can make it for unregistered players only? edit: after fixing the script it just ...
176
Quote: Originally Posted by Misiur Take a look at last parameter in each SetTimerEx and numbers next to your cases. what do you mean?
176
hello guys, i am trying to script a roleplay based tutorial, and my tutorial stops after the second message is sent, and also it appears even after i register, how do I make it to appear for not regis...
176
Quote: Originally Posted by pulsare Use this for example new registered[MAX_PLAYERS]; new tutorial[MAX_PLAYERS]; // New registered[playerid] = 0; ( = 1; ) // Set ...
78
hey guys, i am using this spawn skin: Код: forward SkipSpawn(playerid); public OnPlayerRequestClass(playerid) { SetTimerEx("SkipSpawn",1,0,"i",playerid); return 1; } public SkipSpawn(playerid...
78
Looks good but you gotta fix some of the grounds, they are just above each other and you can see the spaces between them ~ +rep for the hard work tho
361
Hello guys, I just don't have idea how or where to start it..I want to make a tutorial like you see in roleplay servers, how do I start it? thx
83
Hello guys, how can I disable this and what's causing that? I need the clock to be removed for good. :O thanks in advance! https://imgur.com/a/jQ3fe
137
Quote: Originally Posted by denNorske Well somewhat like that. You go into the database, add the table you want (or columns you need for new fields) Then, make the columns or table load i...
161
oh so i can just add the tables at the database and pull them into the game by the script?with pinfo?
161
hey, i've started using mysql and i followed this tutorial: http://forum.sa-mp.com/showthread.ph...egister+system and i don't really understand how i can add more tables like admin level, vip level,...
161