Search Results
Like /call 524-GOV or /call 245-256-242, it ignore the "-" and string
333
Good job, marked.
1,123
When I use a edited pawncc(russian guy one) to compile my script it works fine but If I use the native one, it compiles with a couple errors like XXXX function never used but in fact they are using
190
Is it possible? Any released FS I can have a look?
172
Код HTML:
PLUG::LoadVehicleTrunk(vehicle)
{
new row[256];
for(new count = 1; count < MAX_VEHICLE_WEAPONS; count++)
{
format(_query, sizeof(_query), "SELECT * FROM `vehweps` WHERE `vehSQL` ...
198
russian guy's one may crash ur server, it happened to my script.
3,645
Use a value to store the current page of a player, and use a function to list them
362
start Timer when player exit vehicle
Kill timer when player enter vehicle
237
Код HTML:
cmd:dropcar(playerid, params[])
{
if(!IsPlayerConnected(playerid)) return 1;
if(PlayerOnMission[playerid]) return SendClientMessage(playerid, COLOR_GREY, " On a mission right n...
183
I'm working on a drugs creation script it's all dynamic we have 9 chemicals such as Phosphorus, ephedrine, aether.
When players have those chemicals they can buy Chemical tools such as pipe, mixer, r...
173
Quote:
Originally Posted by DBZdabIt3Bro7
Not sure but that probably has to do with your console's text font or Arial in general, used by SAMP's client messages.
Never heard about this,...
312
Quote:
Originally Posted by DBZdabIt3Bro7
PHP код:
static text[144];
// make text say something
strcat(text, "Hello from the other side");
for(new char = 0; char <...
312
Quote:
Originally Posted by Hansrutger
Get the map editor, launch it and go to Los Santos Richman. It should be close to the small very small dirt shortcut between two roads on opposite si...
312
Hm.. I found the object I was looking for but I have another question
How can I simulation in a string ?
Ex: He.. llo, wher... e you.. fro..?
312
use evf or vehicleplus its more friendly
232
P_CHEMICAL[playerid][Amount] Is a FLOAT
PHP код:
if(mysql_num_rows())
{
while(mysql_retrieve_row())
{
mysql_fetch_field_...
292
Okay.. no native function, thanks though I'll take this.
334
is there a native function to do this?
334