Search Results
Quote:
Originally Posted by GunZsmd
Is it possible to create objects then and publish them on a server forum so people have to download it?
It is
57
I actually don't know. If you can find the open source it is possible. But I think there ain't.
57
Keep the first one. The second one is a bit messy.
43
I think it's not possible since there is no open souce download I guess...
57
Cool bro. Keep it up. This is a good way to learn. Keep updating !
170
new zoned[MAX_ZONE_NAME], richman = strlen("Richman");
GetPlayer2DZone(playerid, zoned, sizeof(zoned));
if(zoned == richman) SCM(playerid,BLANC,"Richman");
67
PHP Code:
Champ 'compte' inconnu dans where clause
translate this please
53
hi guys,
I want to use return cmd_heremycmd inside OnDialogResponse.
inside a case:
PHP код:
case 0
{
return cmd_cre...
101
Somewhere you have used ";" but you need to use "," can't find where for now bc I'm in a hurry.
42
I've had the same thing. Maybe because the php version on the host is outdated?
31
I've had this before. After buying my new laptop it worked. I couldn't figure out what the problem was
You are fucked I think...
34
Here is the problem:
PHP код:
Dialog_Show(playerid, dialogUnused, DIALOG_STYLE_MSGBOX, "Notice", DIALOG, "Close", ""); DelayKick(playerid);
It doesn't kick ...
65
The problem is: The ban updates into the database. But when I join I get the ban screen. When I press ok it will let me spawn but my stats will not load. So maybe make on response kick?
65
Here:
PHP код:
// Ban Checking system new string[6][24], string2[156], expire, DIALOG[676] ; if(SQL::RowExist...
65