Search Results
The script is probably trying to open some file in readable mode and that file doesn't exist. Maybe you didn't download all files of filterscript. Look for it, then report it back here.
150
I think it's safe to bump this thread now. It surprise that nobody knows how to solve this problem.
66
Hello first of all I'm having a problem here with Y_INI inlude. I'm making house system, and I have this code. pawn Код: stock CreateHouse(Addr[], Price, Float:Pickupx, Float:Pickupy, Float:Pic...
66
You need to save VIP status either in a file or in database.
78
Quote: Originally Posted by GiS How to make own objects? He meant placing objects that would fit for hospitals.
150
How about this? pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/stats", cmdtext, true, 10) == 0)    {        new statsname[128];        new statsmsg[256]; ...
142
Try this: pawn Код: if (strcmp("/lsa", cmdtext, true, 10) == 0)    {    IsPlayerAdmin(playerid);    {    SetPlayerPos(playerid, 1990.6156,-2335.7556,13.5469);    SetPlayerFacingAngle(pla...
267
This is the easiest possible way for the majority of scripters, give it a trym it is not hard. It is basically 'point and click' lol.
131
Quote: Originally Posted by PRO>KOMP.< I do not know that through this program can change the map on my server ?? You place object using map editor in MTA, then get the script tha...
131
Quote: Originally Posted by Larsey123IsMe Thanks... but why is he dying? 1: /caroptions 2: Dialog "Car Options" comes up 3: Click on "License Plate" 4: Enter My License number 5: Then i ...
204
Try this, it is not tested. pawn Код: #include <a_samp>public OnPlayerCommandText(playerid, cmdtext[]){    if(!strcmp(cmdtext, "/caroptions", true))    {        if(!IsPlayerInAnyVeh...
204
Well, there are plenty of tutorials on forum and on wiki. On ******* asswell(I learned sscanf and ZCMD there). If you have time, have a look at them, BUT remember one thing... 'Don't learn to scrip...
271
Quote: Originally Posted by hanzen All I'm saying is that in the code you posted there's nothing wrong. I was 90% precent sure about that too, I posted here just in case. Have a look a...
100
I created TextDraws in my GM using Zamroht's in-game textdraw system, and i put them to show up 'OnPlayerSpawn'. The problem is, every time I spawn, TextDraw2 dissapears. Why, can somebody explain? ...
100
Link- 1 tutorial here... There is on wiki one too
93
Everything depends on what kind of script it is(RP,TDM,DM),what functions does it need to have, how long and complicated it is... Just give out more details...
114
NVM, it is answered already.
152
Quote: Originally Posted by Typhome RuneScape? Read above
174