Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - NeskWriter

Pages: 1 ... 20 21 [22] 23 24
317
General Discussion / Re: help with my serve
« on: November 21, 2012, 06:51:10 pm »
english please  ;)

318
mIRC/pawn Scripting / Re: Pickups Limit
« on: November 17, 2012, 10:31:11 pm »
Try to add a lot of pickups on map and then u will see how much of them can be put on

319
Vice City / What u mean about my new M-16 sight?
« on: November 17, 2012, 09:38:22 am »
I made it for RP servers, my own M-16 sight
here it is
sorry for offtopic :P

Lemme share it
siteM16:


siteM16a:


Double posts merged. Please use the Modify button next time.
-stormeus

320
Vice City / Re: Happy Birthday ! :D
« on: November 17, 2012, 09:31:43 am »
Happy Birthday Vice City!  :D

321
Servers / Re: [ENG/RUS] Vice City Life [vk.com/vicecitymultiplayer]
« on: November 14, 2012, 09:05:30 pm »
Great server! I think you got very nice ideas, I like your clock system
Good Luck!  :D

322
mIRC/pawn Scripting / Re: !eject cmd PLz
« on: November 14, 2012, 08:46:15 pm »
Take this command !eject :)

[pawn]else if(strcmp(cmd,"!eject",true) == 0)
{
   if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid,COLOR_GREEN,"** pm>> You're not in a vehicle!");
              else if ( (GetPlayerVehicleID(playerid) == 155) || ( GetPlayerVehicleID(playerid) == 177) ) SendClientMessage(playerid,COLOR_WHITE,"You cant fix this vehicle");
      else {
          RemovePlayerFromVehicle(playerid);
          SendClientMessage(playerid, COLOR_GREEN, "** pm>> You have been Sucessfully ejected!");
      }
        return 1;
        }[/pawn]

Lol
he means that he would like to eject people from his vehicle, not himself

323
Tutorials / Re: Calling function by text
« on: November 13, 2012, 10:15:43 pm »
I think you're right.  :-\

324
Tutorials / Calling function by text
« on: November 13, 2012, 10:11:23 am »
Hey there! This is my small tutorial on how to call functions by text
Note: Using this players on your server will call functions by text, not using /c cmdtext

So
All you need is:
1st. Change public OnPlayerText To this view: OnPlayerText(playerid, text[])
now, i will show you how does it work:

[pawn]public OnPlayerText(playerid, text[])
{
   if(strcmp(text, "Gimme gren please", true)==0)
   {
        SetPlayerWeapon(playerid, 12, 3);
        SendClientMessage(playerid, 0xFF0000AA, "Waiter: your welcome!");
        return 1;
   }
   return 0;
}[/pawn]

with this example players can get 3 grenades saying, "Gimme gren please"  :P

325
mIRC/pawn Scripting / functions called only by picking up pickup
« on: November 11, 2012, 09:32:54 pm »
How to make a system which will call function(s) only when player picks up any pickup?
No no no
I mean player can use commandtext only when he picks up a pickup

326
Snippet Showroom / Re: Complete Food system by aledark24
« on: November 11, 2012, 02:16:55 pm »
Nice script ;)

"whrite" is "write" and "marihuana" is "marijuana" :P

jeje  ;D my language is Spanish  :-[ i translate to English very fast in my head,
i don't know all words in English
but thank you sseebbyy

All the more you should speak english like it's your native lang

327
Snippet Showroom / Re: Hello guys! Caesar salad for all!
« on: November 10, 2012, 06:21:19 pm »
Guyz pls don't start a war in this topic  :-\

328
Snippet Showroom / Re: Hello guys! Caesar salad for all!
« on: November 10, 2012, 11:44:30 am »
ty man  :D

329
mIRC/pawn Scripting / Re: PlayerToPoint
« on: November 10, 2012, 10:16:25 am »
THANKS!  :D

330
mIRC/pawn Scripting / PlayerToPoint
« on: November 10, 2012, 10:07:24 am »
guyz, can anyone give me PlayerToPoint function? i mean right view (playerid, radius etc)

Pages: 1 ... 20 21 [22] 23 24