Search Results
yeah here it is pawn Код: mysql_query("CREATE TABLE IF NOT EXISTS `dynamicvehicles` (`id` int(11) NOT NULL AUTO_INCREMENT,`model` int(11) NOT NULL,`x` float NOT NULL, `y` float NOT NULL, `z` floa...
149
BUMP This part isn't work the table has been created the information save but when server is loaded no cars load pawn Код: stock LoadDynamicVehicles(){    new Str[128], VehicleID, VehicleModel...
149
Before you say anything I'm learning MYSQL and am having trouble with script i want to use as its not creating the table or loading the vehicles as their saved. pawn Код: /*----------------------...
149
Any Idea how to create a price textdraw like this
69
Still no luck. It needs to check if the player is outside the vehicle and at the back of the vehicle but everytime i hit the fire key nothing happens.
111
I'm having trouble trying to get this function to work when the player is outside the vehicle trying to put the garbage bag in the back of the garbage truck. Any ideas? pawn Код: if((newkeys &...
111
Whats wrong with this code its compiles fine and when i go to the area which i have done it flash the textdraw and goes away until i move again. pawn Код: #include <a_samp>#include <stre...
70
Hi guys, I need a little help with working something out I would you use the red and blue particles for undercover lights but can't think of deleting and creating them over and over. So if someone p...
132
Just wondering how I could make this sign in game without a custom img file I know it possible but not sure how to.
65
Ok thanks for the help I will do as you said, Also will zcmd use less resources to run?
87
I'm converting my scripts commands from strcmp to zcmd but I have a problem the commands now in zcmd work but the strcmp and dcmd don't work at all any idea.
87
Links dead reupload please
501
How can I transfer my old system into a new dialog based system pawn Code: if(Mobile[playerid] != 255)    {        new idx;        tmp = strtok(text, idx);        GetPlayerName(playeri...
48
@Mr_Scripter no I don't get any errors. @Kingunit The fire aren't being created and i cant test if the OnPlayerKeyStateChange works to put the fires out
80
pawn Код: #include <a_samp>#define COLOR_YELLOW      0xFFFF00AAA// BETA RELEASE/* --------------------------------------------------    _______ __  __ _____  _____   _______ _______Â...
80
I want to copy the speedo system to create a textdraw in the bottom right corner telling the person what speed their doing with out the model type. Currently it only tells the police what speed the pe...
55
can you add a speedo in the right hand bottom corner tell the civilian what speed their doing just like 30 kmh nothing fancy.
1,008