Search Results
That was obvious, it doesnt send any error/warning's just doesnt work when I want to use entrance
74
Hello im creating entrances script, cant get what's wrong here, can u check my code? Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if (newkeys & KEY_SECONDARY_ATTACK) { ...
74
if I will do like u recommended I will have to create so many variables with static coordinates, I need to fetch coordinates from Tunelis
123
So how should I do with current parameters or I have to create global parametres somehow?
123
error 017: undefined symbol "IejimasX"
123
Hi im creating entrances system and I would like to ask you how should I do that if there's a player in entrance enter or exit that he could enter/exit with [ENTER] key..That's my code: Код: forwa...
123
Quote: Originally Posted by Clad pawn Код: public GiveScore(playerid){    new blah[256];    SetPlayerScore(playerid, GetPlayerScore(playerid) +1);    format(blah,sizeof(blah),"UP...
151
Код: public GiveScore(playerid) { new message[16]; SetPlayerScore(playerid, GetPlayerScore(playerid) +1); format(message,sizeof(message),"UP| LEVEL UP (%d)",GetPlayerScore(playerid)); ...
151
Im trying to create a settings.txt file which would load settings for example new player spawn with dini. On gamemode init im using code newbiePOS[0] = dini_Int("settings.txt","spawnX"); How should ...
47
Thaaanks you all, fixed it with your help. :]
115
Hello, im creating register system and something went wrong, when I want to set password from gui inputtext it just deletes first letter and send output like if my password would be test, it would set...
115
How should I retrieve my MySQL password?
91
Код: [01:42:41] [MySQL] Error (0): Function: mysql_free_result called when not connected to any database. Access denied for user 'root'@'localhost' (using password: YES). [01:42:41] How should I f...
91
Hello, Im willing to create my own gamemode but I have a question, how should I do business system? Like how should I load buisiness from dini files
69
Hello, I would like to create a job vehicles where other people couldn't use them, I made a script and when I enter any vehicle Im knocked out from it. HTML Code: public OnPlayerStateChange(playerid,...
58
https://sampwiki.blast.hk/wiki/Weapons You made some failures at weapons id, there's no weapon id under 46.
79
It spams vmcp[1] checkpoint when I'm entering it.
66
Im creating my dmv system and some serious problems blasts me off..I made a checkpoints and when I'm entering second checkpoint it just spams same checkpoint...What I did wrong? Here's my code: КоÐ...
66
Hello, I want to create my own DMV script (driving school script) and I got one problem. I would like to prevent players from entering a specified vehicles in state of driver, but my script fails. Ð...
47
Hello, I'm mading some script and I have problems, I dunno, maybe that's SQL problem but all columns when player tries to load goes to default value Код HTML: stock MySQL_Load(playerid) { new F...
56