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 ... 21 22 [23] 24
331
Snippet Showroom / Re: Hello guys! Caesar salad for all!
« on: November 10, 2012, 10:04:15 am »
I am starting thinking that everything is already made by someone :D

332
Call me in skype- shakeonedude_xd

333
Snippet Showroom / Hello guys! Caesar salad for all!
« on: November 09, 2012, 04:49:26 pm »
After minding progress up I made "Restaurant on the run"

All u need:

change public OnPlayerText to the next:

public OnPlayerText(playerid, text[])
[pawn]{
   if (strcmp(text, "Caesar salad please", true)==0 && GetPlayerMoney(playerid) >=100)
   {
        SendClientMessage(playerid, 0xFF0000AA, "Waiter: Here your salad, sir. Bon appetite!");
        SetPlayerHealth(playerid, 100);
        SetPlayerMoney(playerid, GetPlayerMoney(playerid)-100);
        SendClientMessage(playerid, 0xFF0000AA, "You got paid $100 for salad!");
      return 1;
   }
   else if(strcmp(text, "Caesar salad pls!", true)==0 && GetPlayerMoney(playerid) <=99)
   {
        SendClientMessage(playerid, 0xFF0000AA, "Sorry, but we do not feed the homeless. Go work sir! This salad costs $ 100.");
        return 1;
   }
   return 1;
}[/pawn]
Now, saying "Caesar salad please" you will restore your health

Bon appetite!

P.S. This is an example of text which can apply functions.

334
mIRC/pawn Scripting / How to put markers on the radar?
« on: October 27, 2012, 11:47:07 am »
Not so far i found the new topic on VCMP pawn wiki called Radar markers. I've been interested on how to add some markers to radar, for example, dollar icon, hospital icon. Now i ask, if someone can help me, pls. :-\

335
mIRC/pawn Scripting / Re: Pawno Using Help!
« on: October 07, 2012, 05:59:17 pm »
Try to put a_vcmp, datagram, core, float, dini, file, string, time in includes folder
I mean copy pawno files and then put all written in top files in includes folder.

336
General Discussion / Re: New Recipient.
« on: September 01, 2012, 07:28:53 pm »
yeah, i want to ask you,,

337
General Discussion / Re: Suggestions for Version 0.4
« on: September 01, 2012, 07:18:06 pm »
ShakePlayerCamera(playerid, Float:value), or something like this  ;)

338
Snippet Showroom / Re: Command anti-Insultes for Roleplay, RPG
« on: August 30, 2012, 09:34:33 am »
where to put this? in public OnPlayerText ??? or where?

339
Snippet Showroom / Re: Command anti-Insultes for Roleplay, RPG
« on: August 30, 2012, 09:30:05 am »
does it works?
/c fuck = ban  ;D ;)

340
General Discussion / Re: Suggestions for Version 0.4
« on: August 28, 2012, 12:55:52 pm »
Add ShakeCamera function! it would be cool using ShakeCamera when player shoots from magnum. ;). Add new 0.4D objects and functions to create them and attach to player's bones. Add function which will enabling/disabling Shooting Player Bones. And fix most part of bugs. You got to fix SetAnimation and CreateVehicle first i think ;)

341
General Discussion / Re: I get an idea
« on: August 28, 2012, 08:54:10 am »
Kitty, everything will happen in 2nd city

342
mIRC/pawn Scripting / OH God why?
« on: August 27, 2012, 04:46:48 pm »
I can't set weapon damage for grenade
I would like to set grenade damage to 25%, but on server it doesn't work
I have tried to get player health, and then to subtract, but NO RESULTS + ERROR
oh god  :-[

343
General Discussion / Guys can you
« on: August 27, 2012, 04:24:38 pm »
Hey guys! it's me, Nesk, i got an idea about special server
It's a server, where pawn scripters will have the opportunity to test their scripts/gamemodes/modes by agreement with server admins. So is this idea looks good? Thank you for your attention! ;)

344
General Discussion / Re: I get an idea
« on: August 27, 2012, 10:16:05 am »
I mean when people are 1 lvl they are surviving by alone, then after LevelUp they can join team. 8)

345
ShowRoom (pawn) / Re: Fishing System v1 [By Me]
« on: August 26, 2012, 10:59:34 am »
 ;) :D

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