Search Results
Use kiwi6.com to upload your music and then just paste the link down here:
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
PlayAudioStreamForPlayer(playerid, "http//:kiwi...
214
I feel so stupid now because I tried it the way i pasted up there and I tried it without the gettime() and getdate() function completely and it would put just zeros in the txt file, I just couldn't th...
197
Here's my code:
PHP код:
new File:ftw=fopen("server/komande.txt", io_append), string[100], name[MAX_PLAYER_NAME], Year, Month, Day, Datum, Hour, Minute, Second, Vrijeme;
Datum = g...
197
I need a player to input something and then it gets stored in a txt file but I don't want them to be able to type in the same thing twice. I already got everything set up except that, I read the Wiki ...
156
It happens with all of them, here is this one for example:
CMD:donacije(playerid, params[], help)
PHP код:
{ JeliLogovan SPD(playerid, DIALOG_DONACIJE, DIALOG_STYLE_LIST, "{FFD...
300
Quote:
Originally Posted by Sew_Sumi
Yea, Walking Dead did go slow for a while, so much so that my mate stopped watching this season, waiting for the end of it so he can binge-watch the lo...
2,287
I completely forgot about this thread, so I'm bringing it back.
Quote:
We shouldn’t even have to ask for it.
How am I supposed to know what you need before even asking? Anyways...
300
Quote:
Originally Posted by HeLiOn_PrImE
Not really. The only thing they have in common is the fact that they're both medical shows.
Grey's Anatomy is on its 14th Season. Be aware that a l...
2,287
Quote:
]Supernatural
Game of Thrones (whenever the next season airs)
Hawaii Five O
Grey's Anatomy.
Finished shows that I watched:
Private Practice;
Prison Break;
The Mentalist;
Lie to me;...
2,287
I've seen sooo many i can't even name them all but here are some:
The Flash
Arrow
The Vampire Diaries
The Originals
The Walking Dead
The Big Bang Theory
Two and a Half Men
House MD
Supergirl
Daredevi...
2,287
How I started scripting is by editing someone else's gamemode and reading it to see what's what, then I started making my own server and if I didn't know something I'd either copy it from that script ...
284
Any more help? I don't really understand what are you trying to say.
300
Hi, I created a small roleplay gamemode, just to test things out and stuff, and when I compile it I don't get any errors or warnings, but, for example, I set up a welcome message so when you connect ...
300
I am making a command which when you type in you get a dialog to choose, money or level.
When you choose you have to type in how many levels you want to give to everyone.
For example: If I am at level...
147
Here it its:
Код:
ImeIgraca(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}
168
Hi.
When a player types something in the chat i want it to be like this:
"Elliot says: text"
here is my code:
Код:
new pText[144];
format(pText, sizeof (pText), "{a5a5a5}%s kaze:{ffffff} %s",Im...
168
Show me the entire OnPlayerKeyState public.
325
Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & KEY_YES)
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, coordinates of the pickup))
{
SetPlayerPos(playerid, ...
286