Search Results
Quote: Originally Posted by Rajat_Pawar 1) If it's a filterscript, why do you have OnGameModeInit in it? :P 2) You have no checking for the 'content' going OVER the textdraw! 1) Cos all...
434
MessageBox v1.0 MessageBox will add a box under the money and will display anything you want it too using one simple line. Picture: (sorry the pictures large, it's the way it came out.) Код: M...
434
Quote: Originally Posted by Income It doesn't sets your coordinates to the default 0.0000 etc, it just teleports you to the beach at Los Santos. 0 coords are referring to the middle of the...
97
When the server restarts and you're still logged in, your coords get reset to 0.00000. I got told it's a SA:MP bug and there's a work-around with a timer? Is this true? If so, how? Regards.
97
Anyone please? pawn Код: CMD:teleport(playerid, params[]){    SetPlayerPos(..);    return 1;} Even that command returns Unknown command.
142
I don't have that in the script.
142
Any idea what the problem is? Or even, can you help me over Skype?
142
No one is going to do this for free. Learn yourself!
187
Quote: Originally Posted by iggy1 Do all of your commands from that particular script return "Unknown command"? Have you removed OnPlayerCommandText? Most, not all. And yeah I've remov...
142
Some of my commands return Unknown Command and they're scripted properly. I've re-written them 5 times, taken caution each time and for some reason it keeps saying Unknown Command. Ex: pawn Код:...
142
I've made one: pawn Код: Textdraw0 = TextDrawCreate(494.000000, 128.000000, "Error:");    TextDrawBackgroundColor(Textdraw0, 255);    TextDrawFont(Textdraw0, 1);    TextDrawLetterSize(Textdr...
219
Okay, so I've got my textdraws but I dunno how to create the stock?
219
But how would I make the stock?
219
I don't want it like that. I want it so you can do it like this(PS. Thats how I want the box): MessageBox(playerid, title, message, time);
219
There is.. Shame it doesn't work.
219
I wanna know how to create a MessageBox textdraw that will show a transparent box and you can place text in there? Example: CMD:blah(playerid, params[]) { MessageBox(playerid, time, title, text);...
219
Quote: Originally Posted by BigGroter None, make them receive +1 to a variable every minute, so they can /quit and play later and eventually receive a paycheck when it reaches 60. Hm...
71
I know how to do it, I meant what's the best way of doing it , out those two above. Thanks anyway!
71
What's the best way to do a Timer for RP servers? When a player logins, set a timer for them only and when the timer reaches 3600000(60 minutes) payday. Or At a certain on a clock it gives out payday...
71