Search Results
привет, Я наткнулся на это подфорум, и я очень заинтересован в изучении русского языка, кто-нибудь знает хоро...
97
What? The business locations are being loaded as you can enter and exit fine. I looped through before checking the response because I needed it for the else statement, but you're right i'll remove tha...
162
Bump, anyone have a idea what is wrong with the dialog?
162
Try changing it to: pawn Код: szName[MAX_PLAYER_NAME + 1];
196
Show me where you created szName, did you make sure it was a string and not an integer
196
pawn Код: (pInfo[playerid][statsLastName][0] == EOS) ? GetPlayerNameEx(playerid) : pInfo[playerid][statsLastName];
196
No, because unless you've started your timer before the gamemode, or filterscript, which isn't possible, then you don't need to.
79
Its not about that its about the szName, how us the code for that.
196
https://sampwiki.blast.hk/wiki/SetPlayerRaceCheckpoint and https://sampwiki.blast.hk/wiki/OnPlayerEnterRaceCheckpoint Very simple. Edit: To show the three best times you can do something like thi...
96
I doubt that's the problem, but won't hurt to try it. Yep it isn't that either, I am really not sure why it isn't setting the variable, anyone know?
162
That is another dialog that it shows if they don't respond to the current dialog, so it's not that.
162
Hello, I am wondering why this is not working: pawn Код: if(dialogid == DIALOGID_BS)    {        for(new i = 0; i<MAX_BUSINESSES;i++)        {            if(response)       ...
162
Giving a player a start amount, low of course, is necessary. It is necessary for keeping the player in the game and also allowing money to flow. A player with nothing can not do anything to contribute...
1,080
No problem, thanks for all the comments, I am very glad it helped.
453
When I began to script from scratch, I thought exactly like you, except bigger. I removed most of the houses in Fort Carson, Businesses, Police Station, and I started to map a whole open world kind of...
1,129
Here is a streamer: https://sampforum.blast.hk/showthread.php?tid=102865 Go there download the plugin and go to Pawno folder and put the .inc file into the includes folder. Then go inside your script ...
151
Argh, please read the original thread, I know how send a string. Maybe I wasn't clear, I want to put a integer into a string, and then use that string to transfer the integer into a function. So how c...
96
Say a string contains a integer inside it, example: pawn Код: new string[12], number;number = 7;format(string, sizeof(string), "%i", number); Can I somehow take the integer inside the string and...
96
Thank you for the quick replies, both of you.
89