Search Results
Set a timer for it to be updated every second or few.
Have you gone through your script with the search function and found anything to do with Virtual World or the number your are getting? It could b...
51
You could set a timer, within the timer set it to reset the VW back to 0.
Do you have any timers that is changing your VW or under OnPlayerUpdate?
51
Double check you have the 0.3.7 server version.
In my .cfg file at the bottom is the language line;
Код:
language English
43
Not sure what I am missing, here is my code;
pawn Код:
CMD:setkills(playerid, params[]){ static userid, amount; if (PlayerData[playerid][Admin] < 4) ...
44
Just wondering as to what order everyone does things?
I tend to start off listing what kind of things I want to be made and make a list. Then I begin with the registration and login system before mov...
62
Quote:
Originally Posted by dusk
Then use
pawn Код:
cache_get_field_content(0, "ContractReason", PlayerData[extraid][pContractReason], connection_handle, 126);cache_get_field_content(0...
57
Having an issue when compiling, it's giving me two warnings about number of arguments:
Warnings:
Код:
1.2.pwn(13645) : warning 202: number of arguments does not match definition
1.2.pwn(13647) : ...
57
I try to create text and it's not working, I use /text, set the font color to different things and it's still not working.
I am using object 19980 and changing the colors and sizes but no text is sh...
2,110
Just wondering as to what the most used Mapping tool out there is currently? I've used MTA and was alright, though didn't have the new SA:MP objects, also found some of the ingame ones a bit buggy.
S...
91
For some reason, when a player types /approve frisk, nothing shows for this. It's meant to load up a selection dialog, showing all the items but nothing is shown.
pawn Код:
if (!strcmp(params, "fr...
30
Does it happen as soon as the dialog loads? Can you post up the dialog parts as well?
96
Quote:
Originally Posted by AlexSwezVotra
I had that probem and it resolved itself so you can just keep playing.
How can it do that? It's annoying as I play on a roleplay server and I a...
69
I thought my other one would be, as it only does it in SA:MP.
69
For some reason, recently my mouse doesn't seem to work inside the dialog, login screens, clickable textdraws and such.
It works fine when I hit ESC and go to the main menu, but not in the dialogs or...
69
Noticed this:
Quote:
// If SpawnAtHouse is set to "true"
Have you set it to True at the top?
58
I'm beginning to make a UCP but getting stuck on the login page. I am using MYSQL and Whirlpool to hash passwords, though I am not sure how to login. I've tried putting this line in a few places.
Co...
64