mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
16 lines
159 B
SourcePawn
16 lines
159 B
SourcePawn
native int[] egg6();
|
|
forward float[] egg7();
|
|
new void crab4;
|
|
|
|
void bad(int[] yam[] = {1})
|
|
{
|
|
}
|
|
|
|
forward void OnPluginStart();
|
|
|
|
public int OnPluginStart()
|
|
{
|
|
}
|
|
|
|
|